Page MenuHomeFreeBSD

graphics/png: exclude SIMD from armv{6,7} in QEMU_EMULATING
ClosedPublic

Authored by vishwin on Oct 30 2022, 12:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 10:05 AM
Unknown Object (File)
Mon, Apr 22, 6:10 AM
Unknown Object (File)
Sun, Apr 21, 5:47 PM
Unknown Object (File)
Jan 20 2024, 7:23 PM
Unknown Object (File)
Dec 20 2023, 8:16 AM
Unknown Object (File)
Dec 13 2023, 6:47 AM
Unknown Object (File)
Nov 22 2023, 10:10 PM
Unknown Object (File)
Oct 9 2023, 12:19 AM
Subscribers

Details

Summary

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.

Test Plan

No functional changes.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Oct 30 2022, 6:54 AM

what does it have to do with qemu?

This comment was removed by vishwin.

Don't have any real armv{6,7} hardware I can run compiles on to verify whether the SIMD option works or not, so I left the option exposed for those cases.