START lib/libm/cephes 2024-02-25T08:48:04Z ==== run-regress-cephes ==== cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/cephes.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/const.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/constll.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/monot.c /usr/src/regress/lib/libm/cephes/monot.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nextval (x, updown) ^ 1 warning generated. cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/monotl.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/monotll.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/polevll.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/testvect.c /usr/src/regress/lib/libm/cephes/testvect.c:390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pvec(x) ^ 1 warning generated. cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/testvectl.c cc -O2 -pipe -fno-builtin -MD -MP -c /usr/src/regress/lib/libm/cephes/testvectll.c cc -o cephes cephes.o const.o constll.o monot.o monotl.o monotll.o polevll.o testvect.o testvectl.o testvectll.o -lm ./cephes => Testing monot (double precision): 0 errors in 12000 tests => Testing testvect (double precision): 0 errors in 211 tests PASS lib/libm/cephes Duration 0m04.49s