summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-14 17:53:14 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-14 17:53:14 (GMT)
commit00a1fd67e9a592016e6a571386c50e557e567641 (patch)
tree7b3a4817c2e8e68231aaaf10f7b13ab7e4be9b76 /scripts/showSamples.sh
parentbc94e564de09b519fcd843f0d8949159453b3eec (diff)
scripts: use the floating-point string option in tests
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 490070c..777eb96 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -127,7 +127,7 @@ dump_single_sample() {
printf " ${CT_LIBC_VERSION} "
fi
printf "| ${CT_THREADS:-none} "
- printf "| ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft} "
+ printf "| ${CT_ARCH_FLOAT} "
printf "| C"
[ "${CT_CC_LANG_CXX}" = "y" ] && printf ", C++"
[ "${CT_CC_LANG_FORTRAN}" = "y" ] && printf ", Fortran"