diff options
author | Nick Foster | 2011-05-19 15:05:18 -0700 |
---|---|---|
committer | Nick Foster | 2011-05-19 15:05:18 -0700 |
commit | 95377fea8f83bfaf956704e961c15d687848cb5c (patch) | |
tree | c274302493fe91fa2965e350816221115fbf5fbb /volk/gen/machines.xml | |
parent | e8610bae2cf87440a1c836e3b72b45b60130df34 (diff) | |
download | gnuradio-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.xml | 5 |
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> |