diff options
author | lloyd <[email protected]> | 2009-12-23 16:51:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-23 16:51:24 +0000 |
commit | 92a851901ea42398c221a608348d1336b5529b09 (patch) | |
tree | 22dab44199d116f1de2ede8a03b5ffc3a5bc6247 /doc/log.txt | |
parent | 3a652cd28ec554267be414d69ed14b46956f84d7 (diff) |
Add last nights project, an SSE2 implementation of IDEA. Right about 4x
faster than the scalar version on a Core2.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index c2eda5092..c150e6f66 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,11 +1,12 @@ * 1.9.4-dev, ????-??-?? + - Add SSE2 implementation of IDEA + - Add support for Win32 high resolution system timers + - Remove Timer class entirely - New option --gen-amalgamation for creating a SQLite-style amalgamation - Many headers are now explicitly internal-use-only and are not installed - Greatly improve the Win32 installer - Several fixes for Visual C++ debug builds - - Add support for Win32 high resolution timers - - Remove Timer class entirely * 1.9.3, 2009-11-19 - Add new AES implementation using Intel's AES instruction intrinsics |