aboutsummaryrefslogtreecommitdiffstats
path: root/stm-arm-neon-ref.h
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-07-19 16:33:54 +0200
committerChristophe Lyon <christophe.lyon@st.com>2011-07-19 16:33:54 +0200
commita1a9022eba2249909150221a6526eb532abb2557 (patch)
treecc8574f6d3a7117796bdccb88dfa443d22f4ee17 /stm-arm-neon-ref.h
parente65c946839e5359c78710ecaf39956ede90d5cd3 (diff)
downloadplatform_external_arm-neon-tests-a1a9022eba2249909150221a6526eb532abb2557.tar.gz
platform_external_arm-neon-tests-a1a9022eba2249909150221a6526eb532abb2557.tar.bz2
platform_external_arm-neon-tests-a1a9022eba2249909150221a6526eb532abb2557.zip
Merge from SVN #539
[CL] force precision of FP output to help comparison when compiled with MSVC
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 5ed580b..07ebfd9 100644
--- a/stm-arm-neon-ref.h
+++ b/stm-arm-neon-ref.h
@@ -81,7 +81,7 @@ static int result_idx = 0;
float##W##_t f; \
} tmp; \
tmp.f = VECT_VAR(result, T, W, N)[i]; \
- fprintf(ref_file, "%" FMT " %a %g, ", tmp.i, tmp.f, tmp.f); \
+ fprintf(ref_file, "%" FMT " %.7a %.7g, ", tmp.i, tmp.f, tmp.f); \
} \
fprintf(ref_file, " }\n");