jpeg-turbo incorrectly assumes that SIMD instructions are available on all ARM platforms
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258685
Details
Details
- Reviewers
tcberner arrowd lbartoletti antoine - Group Reviewers
portmgr - Commits
- R11:6b077d7a7d13: graphics/jpeg-turbo: Disable SIMD instructions on ARMv6 platforms
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks fine.
Could you open a bug upstream to find a correct solution too? (SIMD used to build fine on armv6)
Comment Actions
@antoine
SIMD (NEON) is unsupported on ARMv6 according to mikael@ so I don't think there's much to do?