index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
/
bits
/
bits.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
|
*
Add `@(require_results)` and `contextless` to procedures in `core:math/bits`
gingerBill
2023-05-22
1
-84
/
+161
|
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new ↵
gingerBill
2022-01-15
1
-16
/
+16
|
|
|
|
string version of the old constant
*
core:math/bits: Improve add/sub/mul_u64
Yawning Angel
2021-10-27
1
-42
/
+30
|
|
|
|
|
|
* `add_u32`/`add_u64`/`add_uint` are now constant time * `sub_u32`/`sub_u64`/`sub_uint` are now constant time * `mul_u64` now uses `u128`
*
Add `bits.log2`
gingerBill
2021-09-15
1
-0
/
+4
|
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-36
/
+36
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-2
/
+2
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-192
/
+192
|
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
|
*
Remove `import "core:runtime"` from `core:math/bits`
gingerBill
2021-04-25
1
-1
/
+0
|
*
Add `intrinsics.count_zeros`
gingerBill
2021-04-25
1
-64
/
+9
|
*
Rename intrinsics to count_trailing_zeros and count_leading_zeros
gingerBill
2021-04-25
1
-27
/
+6
|
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-142
/
+18
|
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-4
/
+4
|
*
Add to package math/bits `bitfield_extract` and `bitfield_insert`
gingerBill
2021-02-19
1
-0
/
+125
|
*
Improve bits.rotate_left*
gingerBill
2020-05-31
1
-9
/
+25
|
*
Update math/bits
gingerBill
2020-05-30
1
-5
/
+243
|
*
Add `runtime.bswap_*` required for -llvm-api
gingerBill
2020-04-11
1
-25
/
+42
|
*
Rename math/bits package name to `math_bits`
gingerBill
2019-12-31
1
-1
/
+1
|
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-1
/
+8
|
*
Move core:bits to core:math/bits
gingerBill
2019-03-24
1
-0
/
+253