Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/u32bit/size_t/ in utils | lloyd | 2010-10-13 | 1 | -6/+6 |
* | Remove some of the more extraneous namespaces | lloyd | 2010-06-16 | 1 | -6/+2 |
* | Mark read/write prefetches as such, instead of read-only prefetch | lloyd | 2009-12-29 | 1 | -1/+1 |
* | Disable prefetch in AES for now. Problem: with iterative modes like CBC, | lloyd | 2009-09-30 | 1 | -12/+0 |
* | Change the prefetching interface; move to PREFETCH namespace, and add a | lloyd | 2009-09-29 | 1 | -9/+25 |
* | Add some basic prefetching support (only supported with GNU C++ or things | lloyd | 2009-09-29 | 1 | -0/+39 |