zig/std/math
Andrew Kelley 6fe1c3186f disable some of the failing tests
See #537
2017-10-15 02:04:21 -04:00
..
acos.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
acosh.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
asin.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
asinh.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
atan.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
atan2.zig depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
atanh.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
cbrt.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
ceil.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
copysign.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
cos.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
cosh.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
exp.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
exp2.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
expm1.zig Allow 128-bit hex float literals 2017-09-28 23:33:36 +13:00
expo2.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
fabs.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
floor.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
fma.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
frexp.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
hypot.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
ilogb.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
index.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
inf.zig Add math library 2017-06-16 20:32:31 +12:00
isfinite.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
isinf.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
isnan.zig Add math special case tests and general fixes 2017-06-20 23:10:22 +12:00
isnormal.zig workaround for llvm bug 2017-06-19 14:36:33 -04:00
ln.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
log.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
log1p.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
log2.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
log10.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
modf.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
nan.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
pow.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
round.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
scalbn.zig Allow 128-bit hex float literals 2017-09-28 23:33:36 +13:00
signbit.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
sin.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
sinh.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
sqrt.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
tan.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
tanh.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
trunc.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00