diff options
author | lloyd <[email protected]> | 2009-09-29 18:37:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-29 18:37:08 +0000 |
commit | 093f98e42a3ba6d51a6c676070090dd06cc39bc7 (patch) | |
tree | a61fb7fb68985ffc35826063fc3c7f5337d75abc /src/utils/info.txt | |
parent | 18d48581310d60e3c9cd0fbdc0a574d8ebaaeed4 (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/info.txt')
-rw-r--r-- | src/utils/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/info.txt b/src/utils/info.txt index f530fb03a..c9648af51 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -23,6 +23,7 @@ mlock.h mlock.cpp parsing.cpp parsing.h +prefetch.h rotate.h rounding.h stl_util.h |