zig/lib/std/os
David Rubin 2f8e4347b1
Optimized std.mem.eql with SIMD (#18389)
* optimized memeql
* add `sched_setaffinity` to `std.os.linux`

Co-authored-by: Protty <45520026+kprotty@users.noreply.github.com>
Co-authored-by: Ryan Liptak <squeek502@hotmail.com>
2024-01-09 02:50:22 -05:00
..
linux doc: Fix typos in bpf docs 2024-01-03 12:34:10 +02:00
plan9 plan 9: filesystem support 2023-08-02 17:39:52 -04:00
uefi lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
windows Correct CreateProcessW parameter types 2023-12-22 12:23:27 +02:00
emscripten.zig Added basic support for wasm32-emscripten target 2023-09-22 12:49:03 -07:00
linux.zig Optimized std.mem.eql with SIMD (#18389) 2024-01-09 02:50:22 -05:00
plan9.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
test.zig std: disable failing test on macos 2024-01-01 19:49:08 -07:00
uefi.zig os.uefi: add ns to epoch 2023-12-20 20:05:16 -08:00
wasi.zig wasi: update sock_recv and sock_send according to preview1 2023-09-18 00:27:27 -07:00
windows.zig Correct CreateProcessW parameter types 2023-12-22 12:23:27 +02:00