]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build lib/msun tests with compiler builtins disabled
authorDimitry Andric <dim@FreeBSD.org>
Tue, 23 Feb 2021 20:03:32 +0000 (21:03 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 23 Feb 2021 20:10:01 +0000 (21:10 +0100)
commitcf97d2a1dab8f2cddc4466fe64d37818339c73be
treee47d18e9ec85b8519d5cdfca2af62c6b8498ba93
parent11ba8488b8636a91668c0ee13d35d9e126dfba53
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
lib/msun/tests/Makefile