aboutsummaryrefslogtreecommitdiff
path: root/std/special/compiler_rt/floatuntitf.zig
AgeCommit message (Collapse)Author
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
* `@clz`, `@ctz`, `@popCount`, `@bswap`, `@bitreverse` now have a type parameter * rename @bitreverse to @bitReverse * rename @bswap to @byteSwap Closes #2119 Closes #2120
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
closes #1466 closes #1476
2018-06-30compiler_rt: Remove wrapping add/sub operators where unneededMarc Tiehuis
Closes #495.
2018-06-30compiler_rt: Add floatuntitfMarc Tiehuis