summaryrefslogtreecommitdiff
path: root/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 83d7a67..92837ef 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -6,4 +6,6 @@
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 significant performance improvement in some cases you might need to define USE_SSE4 in your project settings. Otherwise SIMD up to SSSE3 to be used.
+
For more information and license please read the NEON_2_SSE.h content.