aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/block/aes_ssse3/info.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/block/aes_ssse3/info.txt b/src/block/aes_ssse3/info.txt
index 40e7e42f6..fb6eb83c6 100644
--- a/src/block/aes_ssse3/info.txt
+++ b/src/block/aes_ssse3/info.txt
@@ -7,3 +7,10 @@ need_isa ssse3
<requires>
simd_engine
</requires>
+
+# Intel C++ can't deal with syntax for defining constants :(
+# Visual C++ works in 64-bit mode but not 32-bit
+<cc>
+gcc
+clang
+</cc>