aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/loadstor.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-29 18:37:08 +0000
committerlloyd <[email protected]>2009-09-29 18:37:08 +0000
commit093f98e42a3ba6d51a6c676070090dd06cc39bc7 (patch)
treea61fb7fb68985ffc35826063fc3c7f5337d75abc /src/utils/loadstor.h
parent18d48581310d60e3c9cd0fbdc0a574d8ebaaeed4 (diff)
Add some basic prefetching support (only supported with GNU C++ or things
that claim to be by defining __GNUG__ (such as Intel C++)) in new utils header prefetch.h
Diffstat (limited to 'src/utils/loadstor.h')
-rw-r--r--src/utils/loadstor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/loadstor.h b/src/utils/loadstor.h
index 77ed1554e..8c64deaee 100644
--- a/src/utils/loadstor.h
+++ b/src/utils/loadstor.h
@@ -12,6 +12,7 @@
#include <botan/types.h>
#include <botan/bswap.h>
#include <botan/rotate.h>
+#include <botan/prefetch.h>
#if BOTAN_TARGET_UNALIGNED_LOADSTOR_OK