diff options
Diffstat (limited to 'module/language/cps/slot-allocation.scm')
-rw-r--r-- | module/language/cps/slot-allocation.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/language/cps/slot-allocation.scm b/module/language/cps/slot-allocation.scm index 91ce0dfe3..497df7a23 100644 --- a/module/language/cps/slot-allocation.scm +++ b/module/language/cps/slot-allocation.scm @@ -756,7 +756,9 @@ are comparable with eqv?. A tmp slot may be used." (intmap-ref representations arg))) (($ $primcall (or 'scm->f64 'load-f64 'f32-ref 'f64-ref - 'fadd 'fsub 'fmul 'fdiv 'fsqrt 'fabs)) + 'fadd 'fsub 'fmul 'fdiv 'fsqrt 'fabs + 'ffloor 'fceiling + 'fsin 'fcos 'ftan 'fasin 'facos 'fatan 'fatan2)) (intmap-add representations var 'f64)) (($ $primcall (or 'scm->u64 'scm->u64/truncate 'load-u64 's64->u64 |