diff options
author | lloyd <[email protected]> | 2009-09-25 11:51:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-25 11:51:55 +0000 |
commit | 03f41b6ceb6e9dcfbe4b134239431de43afd7e6b (patch) | |
tree | 9ca56356954b58ac1aeffeca147f770db1c03956 /doc/log.txt | |
parent | 7e839d037119055b572f40ce0cd882f85583db2e (diff) |
Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually
existing on the current CPU before returning an object.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index df48d532c..5bb2d3ee1 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,6 +1,7 @@ * 1.9.1-pre, 2009-??-?? - Enable SSE2 optimizations under Visual C++ + - Add runtime checking for SSE2 availability - Add an implementation of Blue Midnight Wish (BMW-512) - Alter Skein-512 to match the tweaked 1.2 specification |