freebsd-skq/lib/libc/tests/stdio
Alex Richardson 0e4ff0acbe AArch64: Don't set flush-subnormals-to-zero flag on startup
This flag has been set on startup since 65618fdda0.
However, This causes some of the math-related tests to fail as they report
zero instead of a tiny number. This fixes at least
/usr/tests/lib/msun/ldexp_test and possibly others.
Additionally, setting this flag prevents printf() from printing subnormal
numbers in decimal form.
See also https://www.openwall.com/lists/musl/2021/02/26/1

PR:		253847
Reviewed By:	mmel
Differential Revision: https://reviews.freebsd.org/D28938
2021-03-01 14:27:30 +00:00
..
fdopen_test.c
fmemopen2_test.c
fopen_test.c
freopen_test.c
getdelim_test.c
gets_s_test.c Conform to Berne Convention. 2018-05-22 06:22:58 +00:00
Makefile Add new gets_s(3) stdio function. 2018-04-03 18:52:38 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkostemp_test.c
open_memstream2_test.c
open_wmemstream_test.c
perror_test.c
print_positional_test.c
printbasic_test.c
printfloat_test.c AArch64: Don't set flush-subnormals-to-zero flag on startup 2021-03-01 14:27:30 +00:00
scanfloat_test.c