xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

Neon not detected on armv7hl

Open JohanMabille opened this issue 6 years ago • 0 comments

As reported in #289, neon instruction set is not detected when building on armv7hl. A workaround is #define XSIMD_FORCE_ARM_INSTR_SET = 70000000 before including any header of xsimd.

JohanMabille avatar Jul 04 '19 10:07 JohanMabille