summaryrefslogtreecommitdiff
path: root/volk/gen/compilers.xml
blob: 70c82e555a4f47ef467e76c3a491d083fb9511e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>