-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libm
updated
14 files
+10 −10 | etc/function-definitions.json | |
+4 −4 | src/math/arch/mod.rs | |
+4 −2 | src/math/arch/wasm32.rs | |
+1 −1 | src/math/ceil.rs | |
+1 −1 | src/math/ceilf.rs | |
+1 −1 | src/math/fabs.rs | |
+1 −1 | src/math/fabsf.rs | |
+1 −1 | src/math/floor.rs | |
+1 −1 | src/math/floorf.rs | |
+4 −2 | src/math/sqrt.rs | |
+4 −2 | src/math/sqrtf.rs | |
+3 −22 | src/math/support/macros.rs | |
+1 −1 | src/math/trunc.rs | |
+1 −1 | src/math/truncf.rs |