webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

Implement floating point math instructions

Open xtuc opened this issue 7 years ago • 0 comments

  • [ ] f32.neg
  • [ ] f32.ceil
  • [ ] f32.floor
  • [ ] f32.trunc
  • [ ] f32.nearest
  • [ ] f32.sqrt
  • [ ] f64.abs
  • [ ] f64.neg
  • [ ] f64.ceil
  • [ ] f64.floor
  • [ ] f64.trunc
  • [ ] f64.nearest
  • [ ] f64.sqrt

See specification here: https://webassembly.github.io/spec/core/exec/numerics.html#op-fneg

xtuc avatar Jan 06 '18 17:01 xtuc