Commit cd6f4f6
committed
Update the
Includes [1] and [2], which should resolve problems cg_gcc has using
scalar math operations as a fallback for vector operations.
[1]: rust-lang/libm#459
[2]: rust-lang/libm#534libm submodule1 parent c887852 commit cd6f4f6
1 file changed
+1
-1
lines changed- Cargo.toml+1-2
- crates/libm-macros/Cargo.toml+3-3
- crates/libm-test/Cargo.toml+5-9
- crates/libm-test/src/gen/random.rs+5-5
- crates/libm-test/src/precision.rs+1
- crates/libm-test/tests/u256.rs+5-5
- crates/musl-math-sys/Cargo.toml+1-1
- etc/function-definitions.json+6
- src/math/arch/aarch64.rs+104-22
- src/math/arch/i686.rs+20-15
- src/math/arch/mod.rs+17-4
- src/math/fma.rs+6
- src/math/fma_wide.rs+6
- src/math/rint.rs+8-2
- src/math/sqrt.rs+1
- src/math/sqrtf.rs+1
- src/math/sqrtf16.rs+6
- src/math/support/env.rs-1
0 commit comments