Files
wasmtime/cranelift/codegen/src
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
..
2022-06-30 12:43:36 -07:00
2022-06-30 12:43:36 -07:00
2022-06-30 12:43:36 -07:00
2022-06-30 12:43:36 -07:00
2021-10-04 19:11:52 +02:00
2020-04-15 17:21:28 -07:00
2019-10-24 17:20:12 -07:00
2022-06-30 12:43:36 -07:00
2022-06-30 12:43:36 -07:00
2022-06-30 12:43:36 -07:00