From 342f209cbe1c1c05330b832abf5b6d39f698e685 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 25 Dec 2015 15:58:54 +0100 Subject: [PATCH] Reorder --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce9804af..2e1d40e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ * Version 1.0.8 - - Faster (2x) scalarmult_base() when using the ref10 implementation. - Handle the case where the CPU supports AVX, but we are running on an hypervisor with AVX disabled/not supported. + - Faster (2x) scalarmult_base() when using the ref10 implementation. * Version 1.0.7 - More functions whose return value should be checked have been