Hash :
b8ca9108
Author :
Date :
2022-10-12T12:42:09
arm: Add a compile-time assertion about PNG_ARM_NEON_CHECK_SUPPORTED Following up on the previous commit by Martin Storsjö: If the availability of ARM Neon is not only known at compile time, but also expected by the compiler's target architecture, there should be no further need for a run-time check. In fact, such a check would be counter-productive.