Lots more opcodes including float support. Define float and double to be the

same thing (as the VC4 seems not to have double-precision float support).

--HG--
branch : dtrg-videocore
This commit is contained in:
David Given
2013-05-21 18:16:30 +01:00
parent 6cdea73e84
commit 877e06ed89
3 changed files with 262 additions and 186 deletions

View File

@@ -12,6 +12,7 @@ OPTIMISATION := -O
D := plat/rpi/
platform-headers := \
unistd.h \
ack/config.h
platform-libsys := \

View File

@@ -7,7 +7,7 @@ var p=4
var s=2
var l=4
var f=4
var d=8
var d=4
var ARCH=vc4
var PLATFORM=rpi
var PLATFORMDIR={EM}/share/ack/{PLATFORM}