HomeFreeBSD

Build lib/msun tests with compiler builtins disabled

Description

Build lib/msun tests with compiler builtins disabled

This forces the compiler to emit calls to libm functions, instead of
possibly substituting pre-calculated results at compile time, which
should help to actually test those functions.

Reviewed by: emaste, arichardson, ngie
Differential Revision: https://reviews.freebsd.org/D28577
MFC after: 3 days

Details

Provenance
dimAuthored on Feb 23 2021, 8:03 PM
Reviewer
emaste
Differential Revision
D28577: While building libm, turn off any math-related compiler builtins
Parents
rG11ba8488b863: iicsmb: Request the bus recursively in bread()
Branches
Unknown
Tags
Unknown