[Bug target/94204] New: m68k: Provide builtins for mathemactical functions
adhemerval.zanella at linaro dot org
gcc-bugzilla@gcc.gnu.org
Tue Mar 17 16:34:16 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94204
Bug ID: 94204
Summary: m68k: Provide builtins for mathemactical functions
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: adhemerval.zanella at linaro dot org
Target Milestone: ---
For hard-float, GCC should support inline code generation for the trunc, floor,
ceil, isinf, finite, scalbn, isnan, scalbln, nearbyint, lrint, and sincos.
These optimization has been provided by glibc through mathinline.h headers and
glibc idea is to remove both the header and the optimizations [1].
[1] https://sourceware.org/pipermail/libc-alpha/2018-March/092351.html
More information about the Gcc-bugs
mailing list