issues
search
rust-lang
/
libm
A port of MUSL's libm to Rust.
Other
547
stars
97
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use `https:` links in `README.md`
#363
beetrees
closed
1 week ago
0
Move some numeric trait logic to default implementations
#362
tgross35
closed
2 weeks ago
0
Change the `multiprec_` prefix to `mp_`
#361
tgross35
closed
2 weeks ago
0
Change default ULP to use enum matching
#360
tgross35
closed
2 weeks ago
0
Change the `CheckCtx` constructor to take a `Name` enum
#359
tgross35
closed
2 weeks ago
0
Correct the proc macro to emit `pub` functions
#358
tgross35
closed
2 weeks ago
0
Fix clippy lints in `libm` tests and check this in CI
#357
tgross35
closed
2 weeks ago
0
Fix clippy lints in `crates/` and enable on CI
#356
tgross35
closed
2 weeks ago
0
Fix clippy lints
#355
tgross35
closed
3 weeks ago
0
Replace the `libm_test` `Float` and `Int` traits with those from `libm`
#354
tgross35
closed
3 weeks ago
0
ci: add support for loongarch64-unknown-linux-gnu
#353
heiher
closed
3 weeks ago
0
Add some more basic docstrings
#352
JSorngard
closed
3 weeks ago
3
Introduce `hf32!` and `hf64!` macros for hex float support
#351
tgross35
closed
3 weeks ago
7
Rename `canonical_name` to `base_name`
#350
tgross35
closed
3 weeks ago
0
Migrate types from a macro to a trait
#349
tgross35
closed
2 weeks ago
4
Introduce generators that respect function domains
#348
tgross35
opened
3 weeks ago
3
Add float and integer traits from compiler-builtins
#347
tgross35
closed
3 weeks ago
0
Rename the `special_case` module to `precision` and move default ULP
#346
tgross35
closed
3 weeks ago
0
Combine the WASM CI job with the others
#345
tgross35
closed
3 weeks ago
0
Introduce a `select_implementation` macro
#344
tgross35
closed
3 weeks ago
0
chore: release v0.2.12
#343
github-actions[bot]
opened
3 weeks ago
0
Adjust how intrinsics are enabled
#342
tgross35
closed
3 weeks ago
0
Enable caching on all CI jobs that build the crate
#341
tgross35
closed
3 weeks ago
0
Reduce the number of iterations on emulated aarch64 Linux
#340
tgross35
closed
3 weeks ago
0
Mark libm-macros and musl-math-sys as publish=false
#339
tgross35
closed
3 weeks ago
0
chore: release v0.2.11
#338
github-actions[bot]
closed
3 weeks ago
0
Add basic docstrings to some functions
#337
JSorngard
closed
3 weeks ago
0
Would adding docstrings to functions be a welcome PR?
#336
JSorngard
opened
3 weeks ago
2
Introduce an enum to represent different functions
#335
tgross35
closed
3 weeks ago
1
ci: `rustup --no-self-update` and require MSRV checks
#334
tgross35
closed
3 weeks ago
0
Don't deny warnings when checking MSRV
#333
tgross35
closed
3 weeks ago
0
Set the MSRV to 1.63
#332
tgross35
closed
3 weeks ago
0
fix type of constants in ported sincosf
#331
quaternic
closed
3 weeks ago
4
`libm` version `0.2.9` requires rust upgrade
#330
tlovell-sxt
closed
3 weeks ago
6
Add a CI test that the crate builds on stable
#329
tgross35
closed
3 weeks ago
0
chore: release v0.2.10
#328
github-actions[bot]
closed
3 weeks ago
0
Add a rustfmt.toml file matching rust-lang/rust
#327
tgross35
closed
3 weeks ago
0
Add cr_log from core-math
#326
tgross35
opened
3 weeks ago
0
chore: release v0.2.9
#325
github-actions[bot]
closed
3 weeks ago
0
Fix release-plz workflow configuration
#324
tgross35
closed
3 weeks ago
0
Add release-plz for automated releases
#323
tgross35
closed
3 weeks ago
0
Add cr_hypot from core-math
#322
tgross35
opened
3 weeks ago
1
Don't deny warnings in lib.rs
#321
tgross35
closed
3 weeks ago
0
Add `copysignf16`, `copysignf128`, `fabsf16`, and `fabsf128`
#320
tgross35
opened
3 weeks ago
4
Rename the `musl-bitwise-tests` feature to `test-musl-serialized`
#319
tgross35
closed
3 weeks ago
0
Test porting the core-math cube root implementation
#318
tgross35
opened
4 weeks ago
1
Update licensing to MIT AND (MIT OR Apache-2.0)
#317
tgross35
closed
3 weeks ago
7
Move arch-specific behavior and intrinsics to a separate module
#316
tgross35
closed
3 weeks ago
1
Add a test generator that checks edge cases
#315
tgross35
closed
3 weeks ago
1
Add benchmarks against musl libm
#314
tgross35
closed
3 weeks ago
2
Next