]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Partially revert ac76bc1145dd because it is no longer necessary
authorDimitry Andric <dim@FreeBSD.org>
Fri, 5 Nov 2021 21:26:16 +0000 (22:26 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Fri, 5 Nov 2021 21:27:20 +0000 (22:27 +0100)
commite2157cd0000f6dbb6465d7a885f2dcfd4d3596cb
tree0f1cd97c1ac777b0af0afb332554376008557751
parent6a8ea6d17498f07c702e2acf4072cf4436037a6a
Partially revert ac76bc1145dd because it is no longer necessary

In ac76bc1145dd, I added a few volatiles to work around ctrig_test
failures with {inf,inf}. This is not necessary anymore now, since in
3b00222f156d we added -fp-exception-behavior=maytrap for clang >= 10 in
libm's Makefile. (The flag tells clang to use stricter floating point
semantics, which libm depends on.)

PR: 244732, 254911
Fixes: ac76bc1145dd
MFC after: 3 days
lib/msun/src/s_ccoshf.c
lib/msun/src/s_ctanh.c
lib/msun/src/s_ctanhf.c