Files
wasmtime/cranelift/filetests/filetests/runtests
Afonso Bordado 2003ae99a0 Implement fma/fabs/fneg/fcopysign on the interpreter (#4367)
* cranelift: Implement `fma` on interpreter

* cranelift: Implement `fabs` on interpreter

* cranelift: Fix `fneg` implementation on interpreter

`fneg` was implemented as `0 - x` which is not correct according to the
standard since that operation makes no guarantees on what the output
is when the input is `NaN`. However for `fneg` the output for `NaN`
inputs is fully defined.

* cranelift: Implement `fcopysign` on interpreter
2022-07-05 09:03:04 -07:00
..
2021-09-29 17:37:23 +02:00
2021-09-29 17:37:23 +02:00
2021-09-29 17:37:23 +02:00
2021-10-12 14:22:07 +02:00
2021-09-29 17:37:23 +02:00
2021-10-11 17:44:21 +02:00
2021-09-22 12:59:30 +01:00
2021-09-29 17:37:23 +02:00
2021-12-17 20:58:32 +01:00
2022-02-23 10:03:16 -08:00
2021-09-03 10:37:24 +01:00
2021-10-11 17:44:21 +02:00