History log of /freebsd-10-stable/lib/msun/src/catrig.c
Revision Date Author Comments
# 318365 16-May-2017 dim

MFC r318259:

Silence a -Wunused warning about the junk variable being used to raise
an inexact floating point exception. The variable cannot be eliminated,
unfortunately, otherwise the desired addition triggering the exception
will be emitted neither by clang, nor by gcc.

Reviewed by: Steve Kargl, bde


# 284810 25-Jun-2015 tijl

MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614,
r275819, r276176, r278154, r278160, r278339, r279127, r279240, r279491,
r279493, r279856, r283032, r284423, r284426, r284427, r284428

Merge changes to libm from the past 9 months. This includes improvements
to the Bessel functions and adds the C99 function lgammal.


# 284810 25-Jun-2015 tijl

MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614,
r275819, r276176, r278154, r278160, r278339, r279127, r279240, r279491,
r279493, r279856, r283032, r284423, r284426, r284427, r284428

Merge changes to libm from the past 9 months. This includes improvements
to the Bessel functions and adds the C99 function lgammal.