aboutsummaryrefslogtreecommitdiff
path: root/core/math/bits
Commit message (Collapse)AuthorAgeFilesLines
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
|
* Remove `import "core:runtime"` from `core:math/bits`gingerBill2021-04-251-1/+0
|
* Add `intrinsics.count_zeros`gingerBill2021-04-251-64/+9
|
* Rename intrinsics to count_trailing_zeros and count_leading_zerosgingerBill2021-04-251-27/+6
|
* Replace many `foreign` llvm calls with intrinsicsgingerBill2021-04-251-142/+18
|
* Minimize unneeded castsgingerBill2021-03-031-4/+4
|
* Add to package math/bits `bitfield_extract` and `bitfield_insert`gingerBill2021-02-191-0/+125
|
* Improve bits.rotate_left*gingerBill2020-05-311-9/+25
|
* Update math/bitsgingerBill2020-05-301-5/+243
|
* Add `runtime.bswap_*` required for -llvm-apigingerBill2020-04-111-25/+42
|
* Rename math/bits package name to `math_bits`gingerBill2019-12-311-1/+1
|
* Add i128/u128 support for bit setsgingerBill2019-05-281-1/+8
|
* Move core:bits to core:math/bitsgingerBill2019-03-241-0/+253