summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria <victoria.zhislina@intel.com>2017-05-30 10:44:55 +0300
committerGitHub <noreply@github.com>2017-05-30 10:44:55 +0300
commit0f77d9d182265259b135dad949230ecbf1a2633d (patch)
treef5b25b2fe790dbf755ac8c4eae1189866c1edb48
parentba81ba025c8c54c0d6cff1723b6cfe1cc9a0b3d6 (diff)
parentb5d8ec46f8a8a9f8e2c46610464f651a96f1bf50 (diff)
downloadneon_2_sse-0f77d9d182265259b135dad949230ecbf1a2633d.tar.gz
Merge pull request #5 from Notoh/patch-1
Grammer in ReadMe
-rw-r--r--ReadMe.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 72d3632..83d7a67 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,9 +1,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
+ 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", complile it as usual and enjoy the result
+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.
-Fo more information and license please read the NEON_2_SSE.h content.
+For more information and license please read the NEON_2_SSE.h content.