aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2013-04-11 15:05:18 +0200
committerChristophe Lyon <christophe.lyon@st.com>2013-04-11 15:05:18 +0200
commit34adaf63011ec336c8fa4594c6bba1c59840e167 (patch)
tree421db32a0477c74f47a6e51f040cfd60f6db5936 /Makefile
parent91ae809096ef1dae9756ada87efe475ce79e4bb5 (diff)
downloadplatform_external_arm-neon-tests-34adaf63011ec336c8fa4594c6bba1c59840e167.tar.gz
platform_external_arm-neon-tests-34adaf63011ec336c8fa4594c6bba1c59840e167.tar.bz2
platform_external_arm-neon-tests-34adaf63011ec336c8fa4594c6bba1c59840e167.zip
Added support for half-precision (fp16) variants.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index db73790..981648e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
# ARM RVCT
CC.rvct := armcc
-CFLAGS.rvct = -g --cpu=cortex-a9 -Ono_special_regs_postregalloc -I.
+CFLAGS.rvct = -g --cpu=cortex-a9 --fp16_format=ieee -Ono_special_regs_postregalloc -I.
LD.rvct := armlink
LDFLAGS.rvct := --cpu=cortex-a9 --entry 0x2000
@@ -68,7 +68,7 @@ ref-rvct: $(REFRVCT)
ref-rvct.qemu: $(REFRVCT).qemu
check-rvct: $(REFRVCT)
- diff $(REFRVCT) ref-rvct.txt
+ diff $(REFRVCT) ref-rvct-all.txt
$(REFRVCT): compute_ref.axf
rvdebug -stdiolog=stdio.log -jou=journal.log -log=log.log -nologo -cmd -init @coretile.core.cpu0@RTSM -inc armscript.inc -exec $^
@@ -100,7 +100,7 @@ REFGCCARM=stm-arm-neon.gccarm
ref-gccarm: $(REFGCCARM)
check-gccarm: $(REFGCCARM)
- diff $(REFGCCARM) ref-rvct-neon.txt
+ diff $(REFGCCARM) ref-rvct-neon-nofp16.txt
$(REFGCCARM): compute_ref.gccarm
rvdebug -stdiolog=stdio.log -jou=journal.log -log=log.log -nologo -cmd -init @coretile.core.cpu0@RTSM -inc armscript.inc -exec $^
@@ -116,7 +116,7 @@ REFGCCARM_RVCT=stm-arm-neon.gccarm-rvct
ref-gccarm-rvct: $(REFGCCARM_RVCT)
check-gccarm-rvct: $(REFGCCARM_RVCT)
- diff $(REFGCCARM_RVCT) ref-rvct-neon.txt
+ diff $(REFGCCARM_RVCT) ref-rvct-neon-nofp16.txt
$(REFGCCARM_RVCT): compute_ref.gccarm-rvct
rvdebug -stdiolog=stdio.log -jou=journal.log -log=log.log -nologo -cmd -init @coretile.core.cpu0@RTSM -inc armscript.inc -exec $^