summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria <victoria.zhislina@intel.com>2018-08-14 11:59:33 +0300
committerGitHub <noreply@github.com>2018-08-14 11:59:33 +0300
commitad6907576f1143906df13c56869d1dcbefaff675 (patch)
tree1047960af1d156796b81323cab565c77a64bc010
parent32c968f69cde2d8abb446cd3a71396d2b490bb9a (diff)
downloadneon_2_sse-ad6907576f1143906df13c56869d1dcbefaff675.tar.gz
Update ReadMe.md
-rw-r--r--ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 92837ef..bd7266b 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,7 +1,7 @@
*****************************************************************************************
- The NEON_2_SSE.h file is intended to simplify ARM->IA32 porting
+ 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.
+ 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.