From ab7c86a2ba461b455a9045cb18a0d002a5db69cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Couturier?= Date: Mon, 24 Feb 2020 22:12:37 +0100 Subject: [PATCH] new --- IDA_new/ida_gf65_paper3.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IDA_new/ida_gf65_paper3.cpp b/IDA_new/ida_gf65_paper3.cpp index 0197e43..cc00404 100644 --- a/IDA_new/ida_gf65_paper3.cpp +++ b/IDA_new/ida_gf65_paper3.cpp @@ -630,7 +630,8 @@ int main(int argc, char **argv) // sleep(2); start = std::chrono::system_clock::now(); for(int i=0;i<1000;i++) { - matS2=matrix_multiply(&gf, matInvGs, matCs, t, t, t, len, w); + int volatile tt=y; + matS2=matrix_multiply(&gf, matInvGs, matCs, tt, tt, tt, len, w); } end = std::chrono::system_clock::now(); elapsed_seconds = end-start; -- 2.39.5