Commit Graph

17251 Commits

Author SHA1 Message Date
Lukas Arens
f2635bbb13 added adress_hint to virtual memory reserve function on all platforms 2026-04-12 18:51:56 +03:00
Jeroen van Rijn
3cee8f615b Merge pull request #6552 from alektron/virtual_arena_overcommit_bug_revisited
Fix arena overcommit bug (revisited)
2026-04-11 10:27:14 +02:00
alektron
98d6b3bc85 Undo change from #6398 and fix arena overcommit bug in the correct place; 2026-04-10 23:53:41 +02:00
Jeroen van Rijn
c36bd4f858 Merge pull request #6549 from jakubtomsu/faster-linalg
Faster linalg `dot`, `cross3`, `floor`, `ceil` and add `trunc`
2026-04-10 19:06:54 +02:00
jakubtomsu
e15230c194 remove force_inline from vector_dot 2026-04-10 17:21:03 +02:00
Jeroen van Rijn
e1a3761232 Merge pull request #6547 from Faker-09/volume_name_len_fix
Fix os._volume_name_len to handle paths of purely path separators
2026-04-10 17:14:57 +02:00
Jeroen van Rijn
6873d8bbe3 Merge pull request #6545 from jakubtomsu/native-simd-width
Native simd width
2026-04-10 17:14:05 +02:00
jakubtomsu
d5e4e61c1c implement floor, ceil and trunc with SIMD 2026-04-10 17:10:24 +02:00
jakubtomsu
47371791b3 faster vector_dot and vector_cross3 2026-04-10 17:08:40 +02:00
jakubtomsu
c55797356f default NATIVE_SIMD_BIT_WIDTH to 128 2026-04-10 16:30:44 +02:00
gingerBill
632b5e75fb Merge pull request #6544 from jakubtomsu/target-feature-fix
Fix target feature lookup, canonicalize target_features_set
2026-04-10 13:02:20 +01:00
jakubtomsu
c5fbf2dd9f Merge branch 'odin-lang:master' into native-simd-width 2026-04-10 13:46:52 +02:00
jakubtomsu
15f4301afb Merge branch 'odin-lang:master' into target-feature-fix 2026-04-10 13:28:46 +02:00
jakubtomsu
10c7b134e1 de-duplicate and canonicalize target_features_set entries 2026-04-10 13:27:42 +02:00
jakubtomsu
00874e39ad fix 2026-04-10 12:53:28 +02:00
jakubtomsu
bf4aa9b556 stronger +/- checks in check_target_feature_is_enabled 2026-04-10 12:47:12 +02:00
gingerBill
c0754012e1 Merge pull request #6541 from Znarf64/fix-no-bounds-check
Fix #no_bounds_check (previously broken by fc41e4414)
2026-04-10 10:43:43 +01:00
Shane Shrybman
f4aa97f89a Fix os._volume_name_len to handle paths of purely separators. Also, fix '\h\s' handling 2026-04-09 23:26:37 -04:00
Franz Hoeltermann
f43b604eb3 Fix #no_bounds_check (previously broken by fc41e4414)
arr[:end] expressions would previously emit bounds checks even
with #no_bounds_check, breaking spall
2026-04-10 02:21:36 +02:00
jakubtomsu
0475456ac0 add native SIMD bit width constant 2026-04-09 20:43:14 +02:00
gingerBill
c87d1a3cf6 Comment out the uncompleted stuff 2026-04-08 15:42:40 +01:00
gingerBill
9a55e78418 Merge branch 'master' of https://github.com/odin-lang/Odin 2026-04-08 15:37:58 +01:00
gingerBill
2414f428a5 Add core:simd/x86/avx.odin 2026-04-08 15:37:46 +01:00
Jeroen van Rijn
7684a83ab6 Merge pull request #6536 from tntmonty/InSourceOrderFix
Fix output of filename when outputting docs with the -in-source-order option.
2026-04-08 14:19:42 +02:00
Montgomery
56a1a81a38 Fix output of filename when outputting docs with the -in-source-order option. 2026-04-08 12:49:51 +01:00
gingerBill
68942ce53d Genericize simd_approx_recip_(sqrt) to allow for AVX and AVX512 intrinsics if enabled 2026-04-08 10:56:52 +01:00
Jeroen van Rijn
e558f9852e Add comment to os.exit 2026-04-08 10:17:43 +02:00
Jeroen van Rijn
a2ff9d076c Merge pull request #6528 from Faker-09/filepath_dir_empty_path_fix
filepath.dir empty path fix
2026-04-07 18:02:54 +02:00
Shane Shrybman
08ae38b9aa Fix filepath.dir to return '.' for an empty path 2026-04-07 11:31:33 -04:00
Shane Shrybman
c4893f617a Fix typo in filepath.dir description 2026-04-07 11:23:20 -04:00
gingerBill
6f7226e692 Add intrinsics.simd_pairwise_(add|sub) 2026-04-07 15:45:50 +01:00
gingerBill
6e09ce9a04 intrinsics.to_bits_signed; simd.signbit 2026-04-07 15:25:41 +01:00
gingerBill
5de18d30f3 Add intrinsics.simd_approx_recip and intrinsics.simd_approx_recip_sqrt 2026-04-07 14:35:04 +01:00
gingerBill
885db93e20 Add intrinsics.simd_sums_of_n 2026-04-07 13:18:03 +01:00
gingerBill
30b6fab120 Fix simd.scatter/simd.gather for LLVM 22 2026-04-07 11:46:57 +01:00
gingerBill
ac1b5aea0f Add intrinsics.simd_odd_even; More core:simd operations 2026-04-07 11:35:20 +01:00
gingerBill
4dd884bba2 Merge pull request #6511 from lucypero/opt-default-docs
Add -debug default behavior usage docs
2026-04-04 14:03:02 +01:00
Jeroen van Rijn
b3c1725025 [core:terminal] Remove superfluous @(init) and @(fini) 2026-04-04 14:38:27 +02:00
Jeroen van Rijn
addbf1b6d7 Merge pull request #6517 from juaumjuaumjuaum/master
core/os: Add dir procedure
2026-04-04 12:09:57 +02:00
juaum
d06572c831 core/os: Add dir procedure 2026-04-04 10:13:19 +02:00
Lucy
7313e6708d add -o docs to usage 2026-04-02 12:17:38 -03:00
gingerBill
a896fb2b4c Merge pull request #6507 from LeandroLibanio28H/fixing-declaration-order-bugs
Fixing declaration order bugs
dev-2026-04
2026-04-02 14:32:02 +01:00
gingerBill
039c438af2 Fix possible utf16 out of bounds issue 2026-04-02 12:54:07 +01:00
gingerBill
1d8c44a98c Fix minor issues with Windows bindings 2026-04-02 12:52:17 +01:00
gingerBill
40e03765a4 Merge branch 'master' of https://github.com/odin-lang/Odin 2026-04-02 10:25:23 +01:00
gingerBill
70c4f4bc45 Fix read_reg_string which was using the wrong size in bytes for the resulting buffer 2026-04-02 10:25:19 +01:00
Jeroen van Rijn
452f332b03 Merge pull request #6510 from bersK/aes_ecb_src_dst_check_fix
core/crypto/aes: Fix src size check in encrypt/decrypt_ecb()
2026-04-01 23:00:19 +02:00
Stefan Stefanov
b52cc45053 core/crypto/aes: Fix src size check
Fixed a faulty check that would check the `dst` twice instead of
checking the `src` and `dst` input parameters in `encrypt_ecb()` &
`decrypt_ecb()`.
2026-04-01 23:05:29 +03:00
Jeroen van Rijn
36d23a5a7d Merge pull request #6508 from Kelimion/fix-zlib
Revert fix for 6425
2026-04-01 19:16:27 +02:00
Jeroen van Rijn
fbf0c06cf4 Temporarily revert 6425 fix. 2026-04-01 18:58:16 +02:00