WebAssembly / flexible-vectors

Vector operations for WebAssembly
https://webassembly.github.io/flexible-vectors/
Other
46 stars 6 forks source link

Floating-point min, max, and sign operations #22

Closed penzn closed 3 years ago

penzn commented 3 years ago

Introduce floating-point min, max, pmin, pmax, abs, and neg.

ngzhian commented 3 years ago

LGTM :)