Ignacy Koper
|
68c50e845f
|
core:sys/windows: Added IoRing API bindings
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
|
2026-04-13 14:02:42 +02:00 |
|
Laytan
|
ecbb20475e
|
nbio(posix): handle EOF in poll (#6556)
|
2026-04-12 11:48:59 +02:00 |
|
gingerBill
|
07cd20dd33
|
Merge pull request #6521 from A1029384756/master
[checker] fix break/continue being allowed in a nested unrolled range loop
|
2026-04-11 21:35:12 +01:00 |
|
gingerBill
|
9c8199feab
|
Merge pull request #6537 from RaphGL/freebsd-ioctl
added ioctl and stdio FILENO constants to core:sys/freebsd
|
2026-04-11 21:34:55 +01:00 |
|
gingerBill
|
a72d4fd909
|
Merge pull request #6551 from laytan/wgpu-29.0.0.0
wgpu: update to v29.0.0.0
|
2026-04-11 21:33:26 +01:00 |
|
Laytan Laats
|
1cb272b8e6
|
testing: fix doc formatting?
|
2026-04-11 20:08:38 +02:00 |
|
David Bader
|
1cf49db865
|
Fix missing argument in adjtimex syscall in core:sys/linux (#6502)
|
2026-04-11 20:03:35 +02:00 |
|
Laytan Laats
|
fc842a8cb2
|
wgpu: update to v29.0.0.0
|
2026-04-11 19:45:42 +02:00 |
|
gingerBill
|
1d65bd48f6
|
Merge pull request #6519 from lualvsil/android-aligned-alloc
Android: fix aligned_alloc not defined
|
2026-04-11 11:47:04 +01:00 |
|
gingerBill
|
736184b39e
|
Merge pull request #6539 from k-nrd/fix/field-first-writes-into-dynamic-soa
fix #6344: field-first index writes on #soa[dynamic]T and #soa[]T
|
2026-04-11 11:45:19 +01: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 |
|
RaphGL
|
f4590df071
|
fixed wrong fd number for stderr
|
2026-04-09 21:04:48 -01:00 |
|
jakubtomsu
|
0475456ac0
|
add native SIMD bit width constant
|
2026-04-09 20:43:14 +02:00 |
|
k-nrd
|
2c6c646342
|
Merge branch 'master' into fix/field-first-writes-into-dynamic-soa
|
2026-04-09 15:19:11 -03: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 |
|
RaphGL
|
33832e1f8e
|
added ioctl and stdio FILENO constants to core:sys/freebsd
|
2026-04-08 13:06:53 -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 |
|
A1029384756
|
24f28498a2
|
[checker] fix break/continue being allowed in a nested unrolled range loop
|
2026-04-06 12:39:21 -04:00 |
|
lualvsil
|
1f38684011
|
Android: fix aligned_alloc not defined
|
2026-04-04 16:56:14 -03:00 |
|