aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cpuid.cpp1
-rw-r--r--doc/log.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/cpuid.cpp b/doc/examples/cpuid.cpp
index 1bdee787c..30ac4d676 100644
--- a/doc/examples/cpuid.cpp
+++ b/doc/examples/cpuid.cpp
@@ -12,6 +12,7 @@ int main()
printf("SSSE3 %d\n", CPUID::has_ssse3());
printf("SSE41 %d\n", CPUID::has_sse41());
printf("SSE42 %d\n", CPUID::has_sse42());
+ printf("AES-NI %d\n", CPUID::has_intel_aes());
printf("AltiVec %d\n", CPUID::has_altivec());
}
diff --git a/doc/log.txt b/doc/log.txt
index f1c58be71..cd97089e1 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,6 +2,7 @@
* 1.9.3-dev, ????-??-??
- Allow use of any hash function in X.509 certificate creation
- Set macros for available SIMD instructions in build.h
+ - Add AES-128 using Intel AES instruction intrinsics
* 1.9.2, 2009-11-03
- Add SIMD version of XTEA