aboutsummaryrefslogtreecommitdiffstats
path: root/stm-arm-neon-ref.h
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2014-07-11 15:02:12 +0200
committerChristophe Lyon <christophe.lyon@st.com>2014-07-11 15:02:12 +0200
commit4de1f51e748368b32b65930f44756197ad8dd1d1 (patch)
treea505e618b99e141081c476bc77f606fe30c0d4bb /stm-arm-neon-ref.h
parentf91ba876363079e4109ef47da95def58cacd6169 (diff)
downloadplatform_external_arm-neon-tests-4de1f51e748368b32b65930f44756197ad8dd1d1.tar.gz
platform_external_arm-neon-tests-4de1f51e748368b32b65930f44756197ad8dd1d1.tar.bz2
platform_external_arm-neon-tests-4de1f51e748368b32b65930f44756197ad8dd1d1.zip
Remove floating-point outputs to avoid miscomparison of results when using different libC, some of which can output "-nan", the others always "nan".
Diffstat (limited to 'stm-arm-neon-ref.h')
-rw-r--r--stm-arm-neon-ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm-arm-neon-ref.h b/stm-arm-neon-ref.h
index f0ff00d..debffb6 100644
--- a/stm-arm-neon-ref.h
+++ b/stm-arm-neon-ref.h
@@ -95,7 +95,7 @@ static int result_idx = 0;
float##W##_t f; \
} tmp; \
tmp.f = VECT_VAR(result, T, W, N)[i]; \
- fprintf(ref_file, "%" FMT " %.7a %.7g, ", tmp.i, tmp.f, tmp.f); \
+ fprintf(ref_file, "%" FMT ", ", tmp.i); \
} \
fprintf(ref_file, " }\n"); \
DUMP4GCC_FP(MSG,T,W,N,FMT);