Skip to content

uefi-std: Drop fmodf

Tim Crawford requested to merge tcrawford/uefi:math into master

Some math functions are exposed through compiler-builtins on newer releases.

Fixes building system76/firmware-setup with new toolchain.

Ref: https://github.com/rust-lang/compiler-builtins/pull/435

Merge request reports