aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32/simd_32.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-05 17:17:09 +0000
committerlloyd <[email protected]>2009-11-05 17:17:09 +0000
commit1860807e4ed230f3aeea0831ec180e55d2f0eaa4 (patch)
tree26de4fd5ab0d94ef7700ea1c077b8e11ec523fbb /src/utils/simd_32/simd_32.h
parentb8658279904708d0690e473fb85942d5da23d2fc (diff)
parent56c3c044215f36fe00c9a8a2e06a84f969996cb7 (diff)
propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f290066e5ea22a)
to branch 'net.randombit.botan.c++0x' (head 9edbd485060131b695170f5243a100e06e3b0c71)
Diffstat (limited to 'src/utils/simd_32/simd_32.h')
-rw-r--r--src/utils/simd_32/simd_32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/simd_32/simd_32.h b/src/utils/simd_32/simd_32.h
index be426efd6..324db1a7d 100644
--- a/src/utils/simd_32/simd_32.h
+++ b/src/utils/simd_32/simd_32.h
@@ -10,8 +10,6 @@
#include <botan/types.h>
-//#define BOTAN_TARGET_CPU_HAS_SSE2
-
#if defined(BOTAN_TARGET_CPU_HAS_SSE2)
#include <botan/simd_sse.h>