aboutsummaryrefslogtreecommitdiff
path: root/std/math/pow.zig
AgeCommit message (Expand)Author
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-10-15disable some of the failing testsAndrew Kelley
2017-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-06-21Fixes for release mode testsMarc Tiehuis
2017-06-20Add math special case tests and general fixesMarc Tiehuis
2017-06-19workaround for llvm bugAndrew Kelley
2017-06-18Get tests passing under release modeMarc Tiehuis
2017-06-17std: refactor pow to be genericAndrew Kelley
2017-06-16Add math libraryMarc Tiehuis