aboutsummaryrefslogtreecommitdiff
path: root/std/special/compiler_rt/floatunsitf.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-07-03Clean up outstanding compiler_rt todosMarc Tiehuis
2018-06-30compiler_rt: Remove wrapping add/sub operators where unneededMarc Tiehuis
Closes #495.
2018-06-30compiler_rt: Add floatunditf and floatunsitfMarc Tiehuis