From 4693164c4f430981b40b47ccadafe6aaec232441 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Thu, 1 Mar 2018 12:23:44 +0100 Subject: [PATCH] Fixup --- dune/perftool/common/vectorclass.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/perftool/common/vectorclass.hh b/dune/perftool/common/vectorclass.hh index fda65696..fb60eaaa 100644 --- a/dune/perftool/common/vectorclass.hh +++ b/dune/perftool/common/vectorclass.hh @@ -708,7 +708,7 @@ struct Vec8d return ret; } - Vec4d get_low() const + Vec4d get_high() const { BARRIER; Vec4d ret; -- GitLab