Open
Description
It appears that since #61408, rust now requires fminf
and fmaxf
functions to be present when compiling for i386 with +soft-float (using a custom target JSON). However, compiler-builtins only expose those functions for some targets, which don't include x86.
Maybe compiler-builtins should include a target-feature = "soft-float"
in the list of conditions to enable the math module?
Metadata
Metadata
Assignees
Labels
Area: linking into static, shared libraries and binariesCategory: This is a bug.Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)Relevant to the compiler team, which will review and decide on the PR/issue.