aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/prefetch.h
Commit message (Expand)AuthorAgeFilesLines
* s/u32bit/size_t/ in utilslloyd2010-10-131-6/+6
* Remove some of the more extraneous namespaceslloyd2010-06-161-6/+2
* Mark read/write prefetches as such, instead of read-only prefetchlloyd2009-12-291-1/+1
* Disable prefetch in AES for now. Problem: with iterative modes like CBC,lloyd2009-09-301-12/+0
* Change the prefetching interface; move to PREFETCH namespace, and add alloyd2009-09-291-9/+25
* Add some basic prefetching support (only supported with GNU C++ or thingslloyd2009-09-291-0/+39