Commit 58dd53f
committed
graphics/png: exclude SIMD from armv{6,7} in QEMU_EMULATING
The current version added an assert for ARM NEON detection, which
is not supported under QEMU_EMULATING, so the build fails. Prevent
exposing the SIMD option in this case.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D372121 parent 8df5897 commit 58dd53f
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments