intel / ARM_NEON_2_x86_SSE

The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430 stars 149 forks source link

Can't compile in vs2015 #18

Closed hset911 closed 6 years ago

hset911 commented 6 years ago

I use vs2015,when I include it in my project. complie it . will occurred many errors. such as : The overloaded function "__m64_128" is not a type name …… 'vqaddq_s64': The function may be very slow due to the serial implementation, please try to avoid it. ……

What should I do to avoid this errors.

Zvictoria commented 6 years ago

Hi there. Looks like in your project properties you have some "Treat warnings as errors" option set. You need to switch it off for successful compilation. For the purpose please disable the SDL checks in С/С++ General properties and also "Treat warnings as errors" on the same tab. It should help. If not, please keep complaining :)

hset911 commented 6 years ago

Perfect, your solution is simple and direct. You can turn this question off. Thank you very much!! :)