Commit d56a4422 authored by Felix Paul Kühne's avatar Felix Paul Kühne

src/misc: added compile time detection code for NEON on non-Linux platforms

parent 300cf98e
...@@ -313,6 +313,10 @@ out: ...@@ -313,6 +313,10 @@ out:
# endif # endif
#elif defined ( __arm__)
#ifdef __ARM_NEON__
i_capabilities |= CPU_CAPABILITY_NEON;
#endif
#endif #endif
cpu_flags = i_capabilities; cpu_flags = i_capabilities;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment