diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-28 10:30:55 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-28 14:57:20 -0400 |
commit | 1b4943eb1f2a10837f56070bfe604179d0dc10e0 (patch) | |
tree | bc44762647100f8c666e20328acd4e328fe8f93e /test/fpcnv.ssa | |
parent | 54d734f6a4f3e13e906e8edb8ce3e10caa4bec25 (diff) | |
download | roux-1b4943eb1f2a10837f56070bfe604179d0dc10e0.tar.gz |
implement export control
Diffstat (limited to 'test/fpcnv.ssa')
-rw-r--r-- | test/fpcnv.ssa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fpcnv.ssa b/test/fpcnv.ssa index 5fd3be9..06d2478 100644 --- a/test/fpcnv.ssa +++ b/test/fpcnv.ssa @@ -1,5 +1,6 @@ # floating point casts and conversions +export function s $fneg(s %f) { @fneg %b0 =w cast %f @@ -8,6 +9,7 @@ function s $fneg(s %f) { ret %rs } +export function d $ftrunc(d %f) { @ftrunc %l0 =l ftosi %f |