-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Description
Hello! I tried to use several math crates in a sample for x86_64-unknown-uefi and encountered the following issues:
- libm - requires
__truncdfsf2. There is already an issue for it = Missing __truncdfsf2 for aarch64-unknown-none-softfloat #327 - micromax - requires fmodf. I created an issue in the project's repo (rust-lld: error: undefined symbol: fmodf tarcieri/micromath#95) but the author suggested me to request it here. The build error log can be found there.
- https://github.com/nagisa/math.rs - requires both
fmodf&__trunsdfsf2.
So I would like fmodf be added to the builtins. Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels