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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bigint: Add `is_power_of_two` helper.
Jeroen van Rijn
2021-08-11
1
-2
/
+36
*
bigint: `itoa` support for arbitrary precision if `is_power_of_two(radix)`
Jeroen van Rijn
2021-08-11
4
-16
/
+82
*
bigint: remove unnecessary boundary checks.
Jeroen van Rijn
2021-08-11
1
-24
/
+2
*
bigint: `itoa` now writes backwards directly, no need to reverse after.
Jeroen van Rijn
2021-08-11
2
-27
/
+40
*
bigint: pass `size` to `itoa_raw`.
Jeroen van Rijn
2021-08-11
1
-10
/
+21
*
bigint: itoa works for numbers <= 120 bits.
Jeroen van Rijn
2021-08-11
3
-20
/
+61
*
bigint: Fast paths for radix code.
Jeroen van Rijn
2021-08-11
3
-25
/
+154
*
bigint: log_n for bases that fit within one DIGIT or are a power of two.
Jeroen van Rijn
2021-08-11
3
-35
/
+117
*
bigint: Working on `itoa` and `logn`.
Jeroen van Rijn
2021-08-11
6
-28
/
+172
*
bigint: Add `count_bits` and more prep.
Jeroen van Rijn
2021-08-11
4
-20
/
+41
*
bigint: Prepare for multiplication.
Jeroen van Rijn
2021-08-11
2
-11
/
+53
*
bigint: Add substractin with immediate.
Jeroen van Rijn
2021-08-11
3
-13
/
+95
*
Add single DIGIT addition.
Jeroen van Rijn
2021-08-11
3
-39
/
+186
*
bigint: Add prototypes for immediate add+sub.
Jeroen van Rijn
2021-08-11
2
-15
/
+41
*
bigint: Improve `add`.
Jeroen van Rijn
2021-08-11
2
-14
/
+57
*
Start of core:math/bigint
Jeroen van Rijn
2021-08-11
6
-0
/
+693
*
Add `#no_bounds_check` to linalg procedures
gingerBill
2021-07-03
1
-15
/
+10
*
Improve `linalg.transpose` type determination for square matrices
gingerBill
2021-06-28
1
-2
/
+1
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
1
-1
/
+1
*
Fix transposing
gingerBill
2021-06-04
1
-6
/
+6
*
Fix typo
gingerBill
2021-06-04
1
-1
/
+1
*
Fix linalg.transpose
gingerBill
2021-06-03
1
-1
/
+1
*
Fix for value rather than type used for intrinsics
Joakim Hentula
2021-05-31
1
-6
/
+6
*
Last of the Endian float in math.odin.
Jeroen van Rijn
2021-05-29
1
-75
/
+111
*
Even more Endian maths.
Jeroen van Rijn
2021-05-29
1
-18
/
+96
*
More Endian version of maths procs.
Jeroen van Rijn
2021-05-29
1
-41
/
+139
*
Add Endian versions of math routines.
Jeroen van Rijn
2021-05-29
1
-28
/
+191
*
Remove @(static) for global variables
gingerBill
2021-05-19
1
-2
/
+2
*
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
*
Fix missing newlines in core:math/linalg/specific.odin
vassvik
2021-04-09
1
-2
/
+4
*
Add core:math/fixed
gingerBill
2021-04-01
1
-0
/
+133
*
Add `f16` support to core:math/linalg
gingerBill
2021-04-01
4
-124
/
+2284
*
Add f16 specific procedures to core:math
gingerBill
2021-04-01
1
-59
/
+240
*
Add `linalg.matrix_cast`
gingerBill
2021-03-26
1
-2
/
+3
*
Add `linalg.matrix_cast`
gingerBill
2021-03-26
1
-4
/
+13
*
Fix typo in cubic().
Jeroen van Rijn
2021-03-16
1
-1
/
+1
*
Update package core:math/linalg to support matrix3 euler angle operations
gingerBill
2021-03-16
3
-45
/
+1209
*
Minor update to math/linalg
gingerBill
2021-03-03
1
-5
/
+72
*
Improve math/linalg to support both f32 and f64 basic procedures for the spec...
gingerBill
2021-03-03
6
-943
/
+3029
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-4
/
+4
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-02-23
1
-1
/
+1
|
\
|
*
Update extended.odin
WalterPlinge
2021-02-23
1
-1
/
+1
*
|
Replace `inline` uses in the rest of core with `#force_inline`
gingerBill
2021-02-23
1
-16
/
+16
|
/
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-1
/
+1
*
Add to package math/bits `bitfield_extract` and `bitfield_insert`
gingerBill
2021-02-19
1
-0
/
+125
*
Fix math.factorial()
Oskar Nordquist
2020-12-13
1
-1
/
+1
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
1
-0
/
+24
|
\
[prev]
[next]