summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CPU-Benchmarks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md
index 713ca0d..d59b991 100644
--- a/CPU-Benchmarks.md
+++ b/CPU-Benchmarks.md
@@ -8,7 +8,7 @@ In recent gocryptfs versions you can run `gocryptfs -speed` to run the benchmark
The tests were run on `go version go1.6 linux/amd64` unless noted otherwise.
-### AES-NI
+### x86_64 with AES-NI
**Kaby Lake (Launch: Q2'17)**
```
@@ -90,7 +90,7 @@ Benchmark4kEncStupidGCM-16 100000 18297 ns/op 223.85
Benchmark4kEncGoGCM-16 200000 9579 ns/op 427.58 MB/s
```
-### no AES-NI
+### x86_64 without AES-NI
**Ivy Bridge (Launch: Q1'13)**
```