summaryrefslogtreecommitdiff
path: root/volk/gen/compilers.xml
diff options
context:
space:
mode:
authorTom Rondeau2011-11-12 18:30:13 -0500
committerTom Rondeau2011-11-12 18:30:13 -0500
commit0e7c799e4ef7a392a8ffe47170666908bfcb183f (patch)
treedeb32d3810b4cb636ecfa24ff613a1aad1fd409c /volk/gen/compilers.xml
parentc9c20b9051b997ab53a27869094648f15e0dccae (diff)
parent9a25332b706b1ffadf8cdf9b405e89c37a1e2278 (diff)
downloadgnuradio-0e7c799e4ef7a392a8ffe47170666908bfcb183f.tar.gz
gnuradio-0e7c799e4ef7a392a8ffe47170666908bfcb183f.tar.bz2
gnuradio-0e7c799e4ef7a392a8ffe47170666908bfcb183f.zip
Merge branch 'master' of gnuradio.org:gnuradio
Diffstat (limited to 'volk/gen/compilers.xml')
-rw-r--r--volk/gen/compilers.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/volk/gen/compilers.xml b/volk/gen/compilers.xml
new file mode 100644
index 000000000..70c82e555
--- /dev/null
+++ b/volk/gen/compilers.xml
@@ -0,0 +1,18 @@
+<!-- compilers remap gcc-specific information from archs.xml to specific compiler cases-->
+<grammar>
+
+<compiler name="MSVC">
+ <remap name="mmmx">arch:SSE</remap>
+ <remap name="msse">arch:SSE</remap>
+ <remap name="msse2">arch:SSE2</remap>
+ <prefix>/</prefix>
+</compiler>
+
+<compiler name="GNU">
+ <prefix>-</prefix>
+</compiler>
+
+
+
+
+</grammar> \ No newline at end of file