mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Fix representation for fadd/immediate
* module/language/cps/utils.scm (compute-var-representations): Add fadd/immediate.
This commit is contained in:
parent
34c3467379
commit
f8eaee9051
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ by a label, respectively."
|
||||||
(($ $primcall (or 'scm->f64 'load-f64 's64->f64
|
(($ $primcall (or 'scm->f64 'load-f64 's64->f64
|
||||||
'f32-ref 'f64-ref
|
'f32-ref 'f64-ref
|
||||||
'fadd 'fsub 'fmul 'fdiv 'fsqrt 'fabs
|
'fadd 'fsub 'fmul 'fdiv 'fsqrt 'fabs
|
||||||
|
'fadd/immediate
|
||||||
'ffloor 'fceiling
|
'ffloor 'fceiling
|
||||||
'fsin 'fcos 'ftan 'fasin 'facos 'fatan 'fatan2))
|
'fsin 'fcos 'ftan 'fasin 'facos 'fatan 'fatan2))
|
||||||
(intmap-add representations var 'f64))
|
(intmap-add representations var 'f64))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue