zig/std/math
Andrew Kelley b8ed0cb374 remove workaround for LLVM not respecting "nobuiltin"
now that we depend on LLVM 5.0.0 we can remove the
workaround.

closes #393
2017-08-28 04:28:42 -04:00
..
acos.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
acosh.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -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 remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -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 remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
cosh.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -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 remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04: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 std.math: remove constants that can be derived 2017-08-20 05:43:40 -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 remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
log.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
log1p.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
log2.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
log10.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -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 remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
round.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
scalbn.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
signbit.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
sin.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
sinh.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
sqrt.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
tan.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
tanh.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00
trunc.zig remove workaround for LLVM not respecting "nobuiltin" 2017-08-28 04:28:42 -04:00