zig/std/math
Andrew Kelley 793f031c4c remove 32-bit windows from supported targets list
we still want to support it, but there are too many bugs
to claim that we support it right now.

See #537
2018-01-14 15:17:07 -05:00
..
x86_64 Add hw sqrt for x86_64 2018-01-10 19:53:36 +13:00
acos.zig ir: new pass iteration strategy 2018-01-02 21:08:12 -05:00
acosh.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
asin.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
asinh.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
atan.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
atan2.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
atanh.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
cbrt.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
ceil.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
copysign.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
cos.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
cosh.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
exp.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
exp2.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
expm1.zig fix exp1m implementation 2018-01-06 02:58:45 -05:00
expo2.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
fabs.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
floor.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
fma.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
frexp.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
hypot.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
ilogb.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
index.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
inf.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
isfinite.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
isinf.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
isnan.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
isnormal.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
ln.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
log.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
log1p.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
log2.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
log10.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
modf.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
nan.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
pow.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
round.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
scalbn.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
signbit.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00
sin.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
sinh.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
sqrt.zig Add hw sqrt for x86_64 2018-01-10 19:53:36 +13:00
tan.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
tanh.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
trunc.zig move std/debug.zig to a subdirectory 2017-12-23 22:15:48 -05:00