summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria <victoria.zhislina@intel.com>2018-09-17 16:40:00 +0300
committerGitHub <noreply@github.com>2018-09-17 16:40:00 +0300
commitceff5d0432a7b6e91e3f81f61e59457b4b5e09d4 (patch)
treebcda90d63d4fcb2227fb88a04c3ac442ab635e56
parent069bd0eb58dc066abdda9f85c3537c09f0bad86e (diff)
downloadneon_2_sse-ceff5d0432a7b6e91e3f81f61e59457b4b5e09d4.tar.gz
Update ReadMe.md
-rw-r--r--ReadMe.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReadMe.md b/ReadMe.md
index bd7266b..73fbf4c 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -7,5 +7,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.
+If NEON2SSE_DISABLE_PERFORMANCE_WARNING macro is defined, then the performance warnings are disabled.
For more information and license please read the NEON_2_SSE.h content.