summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Foster2011-05-12 16:04:32 -0700
committerNick Foster2011-05-12 16:04:32 -0700
commita346b0d610e2952e9ffc45363425e4f2becea109 (patch)
tree5614785bc96f215fb7930a321bada7a5509bda9d
parentc2532b7bed67cdb4d628b3ad95821c3d67480212 (diff)
downloadgnuradio-a346b0d610e2952e9ffc45363425e4f2becea109.tar.gz
gnuradio-a346b0d610e2952e9ffc45363425e4f2becea109.tar.bz2
gnuradio-a346b0d610e2952e9ffc45363425e4f2becea109.zip
Volk: Forgot to put sse4.1 support in sse4_2 and avx machines
-rw-r--r--volk/gen/machines.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/volk/gen/machines.xml b/volk/gen/machines.xml
index ce32aaadd..1f8b201ae 100644
--- a/volk/gen/machines.xml
+++ b/volk/gen/machines.xml
@@ -45,11 +45,11 @@ however it does not support the gcc style inline assembly.
</machine>
<machine name="sse4_2">
-<archs>generic 32|64 mmx sse sse2 sse3 ssse3 sse4_2 popcount</archs>
+<archs>generic 32|64 mmx sse sse2 sse3 ssse3 sse4_1 sse4_2 popcount</archs>
</machine>
<machine name="avx">
-<archs>generic 32|64 mmx sse sse2 sse3 ssse3 sse4_2 popcount avx</archs>
+<archs>generic 32|64 mmx sse sse2 sse3 ssse3 sse4_1 sse4_2 popcount avx</archs>
</machine>
<machine name="altivec">