From 5c4ce96cacd8b4fe126eb49e3039f241a788c1e2 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 6 Apr 2015 19:41:12 +0000 Subject: [PATCH] arm64: remove redundant comment on test cases for FSQRT 2d_2d, 4s_4s, 2s_2s (should have been included in r15071). No functional change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15072 --- none/tests/arm64/fp_and_simd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/none/tests/arm64/fp_and_simd.c b/none/tests/arm64/fp_and_simd.c index 6a99cf6c37..fb0c7e6d00 100644 --- a/none/tests/arm64/fp_and_simd.c +++ b/none/tests/arm64/fp_and_simd.c @@ -4585,9 +4585,9 @@ int main ( void ) // fsqrt 2d,4s,2s if (1) test_fsqrt_d_d(TyDF); if (1) test_fsqrt_s_s(TySF); - if (1) test_fsqrt_2d_2d(TySF); // need to change primop type - if (1) test_fsqrt_4s_4s(TyDF); // ditto - if (1) test_fsqrt_2s_2s(TySF); // ditto + if (1) test_fsqrt_2d_2d(TySF); + if (1) test_fsqrt_4s_4s(TyDF); + if (1) test_fsqrt_2s_2s(TySF); // fadd d,s // fsub d,s -- 2.47.3