WebAssembly / relaxed-simd

Relax the strict determinism requirements of SIMD operations.
Other
43 stars 8 forks source link

Fix relaxed nmadd tests #124

Closed ngzhian closed 1 year ago

ngzhian commented 1 year ago

nmadd(x, y, z) == nmadd(-x, y, z) the tests were doing -z instead.