summaryrefslogtreecommitdiff
path: root/ReadMe.md
blob: 83d7a67ee35f0afeda8aae8cdd1c471c15a68398 (plain)
1
2
3
4
5
6
7
8
9
*****************************************************************************************
 The NEON_2_SSE.h file is intended to simplify ARM->IA32 porting
 It makes the correspondence (or a real port) between ARM NEON intrinsics (as defined in "arm_neon.h") header
 and x86 SSE(up to SSE4.2) intrinsic functions as defined in corresponding x86 compilers headers files.
 ****************************************************************************************

To take advantage of this file just include it in your project that uses ARM NEON intinsics instead of "arm_neon.h", compile it as usual and enjoy the result.

For more information and license please read the NEON_2_SSE.h content.