From 59dad057c2ea85c4f06f344775b24acb6affcb0b Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 7 Nov 2018 12:47:29 +0900 Subject: [PATCH] fix layout --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 0428b69..ec692ea 100644 --- a/readme.md +++ b/readme.md @@ -37,13 +37,14 @@ p(z) = 36z^4 + 36z^3 + 24z^2 + 6z + 1. ## The latest benchmark(2018/11/7) -* Intel Core i7-7700 3.6GHz(Kaby Lake), Ubuntu 18.04.1 LTS on Windows 10 Vmware -curveType| binary|clang-6.0.0|gcc-7.3.0 ----------|-------------------|-----------|--------- - BN254| bin/bn\_test.exe| 900Kclk| 954Kclk -BLS12-381|bin/bls12\_test.exe| 2340Kclk| 2680Kclk +curveType | binary|clang-6.0.0|gcc-7.3.0| +----------|--------------------|-----------|---------| +BN254 | bin/bn\_test.exe| 900Kclk| 954Kclk| +BLS12-381 | bin/bls12\_test.exe| 2340Kclk| 2680Kclk| + +* Intel Core i7-7700 3.6GHz(Kaby Lake), Ubuntu 18.04.1 LTS on Windows 10 Vmware * now investigating the reason why gcc is slower than clang. ## Higher-bit BN curve benchmark