Skip to content

request: add fmodf for x86_64-unknown-uefi #434

Closed
@gshep

Description

@gshep

Hello! I tried to use several math crates in a sample for x86_64-unknown-uefi and encountered the following issues:

  1. libm - requires __truncdfsf2. There is already an issue for it = Missing __truncdfsf2 for aarch64-unknown-none-softfloat #327
  2. 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.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions