aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-29 08:33:45 +0000
committerlloyd <[email protected]>2009-10-29 08:33:45 +0000
commit5553c5cf54563280a4ffc94baab7b94a83cb0000 (patch)
treefbaf076c8f333b602bb7d7f17de2362049cacebb /doc
parent077ad13c6f97ab79ecb585c0f584bb8963096098 (diff)
Fix cpuid with icc (tested with 11.1)
Document SHA optimizations, AltiVec runtime checking, fixes for cpuid for both icc and msvc.
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 84379c3e8..c2728e8db 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,6 +2,9 @@
* 1.9.2-dev, ????-??-??
- Add SIMD version of XTEA
- Support both SSE2 and AltiVec SIMD for Serpent and XTEA
+ - Optimizations for SHA-1 and SHA-2
+ - Add AltiVec runtime detection
+ - Fix x86 CPU identification with Intel C++ and Visual C++
* 1.9.1, 2009-10-23
- Better support for Python and Perl wrappers