diff options
Diffstat (limited to 'volk/gen')
-rw-r--r-- | volk/gen/machines.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/volk/gen/machines.xml b/volk/gen/machines.xml index ad71da177..ce32aaadd 100644 --- a/volk/gen/machines.xml +++ b/volk/gen/machines.xml @@ -14,6 +14,16 @@ </machine> --> +<!-- +Create an SSE2 only machine (without 64/32 inline assembly support). +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="sse2_only"> +<archs>generic mmx sse sse2</archs> +</machine> + <machine name="sse2"> <archs>generic 32|64 mmx sse sse2</archs> </machine> |