summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin Greenan <kmg@box.com>2013-12-30 14:14:08 -0800
committerKevin Greenan <kmg@box.com>2013-12-30 14:14:08 -0800
commita97563f0e4960a145b2c981b5b09627e3c66a2ad (patch)
tree7b778b92a1f9bdcd3a1ecf13e70eb62f8bf63900 /include
parent393fa02fd98b0a881b478c3157c436dd61071864 (diff)
downloadgf-complete-a97563f0e4960a145b2c981b5b09627e3c66a2ad.tar.gz
Added PCLMUL to the autoconf macro...
Diffstat (limited to 'include')
-rw-r--r--include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
index ef487e1..d1b8ab0 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -18,6 +18,9 @@
/* Support mmx instructions */
#undef HAVE_MMX
+/* Support (PCLMULDQ) Carry-Free Muliplication */
+#undef HAVE_PCLMULDQ
+
/* Support SSE (Streaming SIMD Extensions) instructions */
#undef HAVE_SSE