Find a file
Trevor Gross c574145577 Don't use intrinsics abs for f16 and f128 on wasm32
This configuration was duplicated from `fabs` and `fabsf`, but wasm is
unlikely to have an intrinsic lowering for these float types. So, just
always use the generic.
2025-01-06 18:33:24 -05:00
library/compiler-builtins/libm Don't use intrinsics abs for f16 and f128 on wasm32 2025-01-06 18:33:24 -05:00