Commit 37f731d
committed
fix: disable libjpeg-turbo SIMD on riscv64 to avoid 3.1.4.1 build error
libjpeg-turbo 3.1.4.1 simdcoverage.c references jsimd_can_encode_mcu_AC_refine_prepare
which is only declared in the RVV SIMD extensions added to upstream main
(commit 9817c40) but not included in any stable release yet. Building
with -DWITH_SIMD=FALSE avoids the error; riscv64 has no production SIMD
support in 3.1.4.1 in any case.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>1 parent b3d4a13 commit 37f731d
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
270 | 277 | | |
271 | 278 | | |
272 | 279 | | |
| |||
0 commit comments