summaryrefslogtreecommitdiff
path: root/volk/gen/machines.xml
diff options
context:
space:
mode:
authorNick Foster2011-05-19 15:05:18 -0700
committerNick Foster2011-05-19 15:05:18 -0700
commit95377fea8f83bfaf956704e961c15d687848cb5c (patch)
treec274302493fe91fa2965e350816221115fbf5fbb /volk/gen/machines.xml
parente8610bae2cf87440a1c836e3b72b45b60130df34 (diff)
downloadgnuradio-95377fea8f83bfaf956704e961c15d687848cb5c.tar.gz
gnuradio-95377fea8f83bfaf956704e961c15d687848cb5c.tar.bz2
gnuradio-95377fea8f83bfaf956704e961c15d687848cb5c.zip
Volk: first stab at NEON support. Using compile-time detection.
Diffstat (limited to 'volk/gen/machines.xml')
-rw-r--r--volk/gen/machines.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/volk/gen/machines.xml b/volk/gen/machines.xml
index 1f8b201ae..b872b9fb1 100644
--- a/volk/gen/machines.xml
+++ b/volk/gen/machines.xml
@@ -20,6 +20,11 @@ This machine is intended to support the MSVC compiler on x86/amd64.
The MSVC compiler has intrinsic support for SSE and SSE2,
however it does not support the gcc style inline assembly.
-->
+
+<machine name="neon">
+<archs>generic neon</archs>
+</machine>
+
<machine name="sse2_only">
<archs>generic mmx sse sse2</archs>
</machine>