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

fixing type issue for square root operation #30

Closed slevental closed 5 years ago

slevental commented 5 years ago

Related to #29

Zvictoria commented 5 years ago

Thanks a lot for this issue! Microsoft compiler works fine with it as is, looks like other compilers don't. Thanks for the patch as well, but I've decided to make it more consistent with all the whole code - see the new version.