diff options
author | lloyd <[email protected]> | 2009-09-30 01:29:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-30 01:29:06 +0000 |
commit | 59b4eb0bd2d1b9d65c3921f5205a012f1a98fdf8 (patch) | |
tree | de09a13123c73df9259031e76daae57a091ab43b /src/benchmark/benchmark.cpp | |
parent | 90180351e7370d0b6b93c2a69a5298bd4805ac83 (diff) |
Disable prefetch in AES for now. Problem: with iterative modes like CBC,
the prefetch is called for each block of input, and so a total of
(4096+256)/64 = 68 prefetches are executed for each block. This reduces
performance of iterative modes dramatically.
I'm not sure what the right approach for dealing with this is.
Diffstat (limited to 'src/benchmark/benchmark.cpp')
0 files changed, 0 insertions, 0 deletions