From d29f85adec4a26af5f6b7e96f6f6e21d00807115 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Sun, 22 Jan 2023 12:00:01 +0000 Subject: remove some whitespace at end of lines --- eval/src/tests/ann/nns-l2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eval/src/tests') diff --git a/eval/src/tests/ann/nns-l2.h b/eval/src/tests/ann/nns-l2.h index 022542124aa..3b9fb6a81ab 100644 --- a/eval/src/tests/ann/nns-l2.h +++ b/eval/src/tests/ann/nns-l2.h @@ -7,7 +7,7 @@ template static double hw_l2_sq_dist(const T * af, const T * bf, size_t sz) -{ +{ constexpr const size_t OpsPerV = VLEN/sizeof(T); typedef T V __attribute__ ((vector_size (VLEN), aligned(VLEN))); @@ -17,7 +17,7 @@ static double hw_l2_sq_dist(const T * af, const T * bf, size_t sz) V tmp_diff; V tmp_squa; V tmp_sum; - memset(&tmp_sum, 0, sizeof(tmp_sum)); + memset(&tmp_sum, 0, sizeof(tmp_sum)); const size_t numOps = sz/OpsPerV; for (size_t i = 0; i < numOps; ++i) { -- cgit v1.2.3