zig/lib/std
David Rubin f2301ba896
simd: correct suggestVectorLength
* the file's doc-comment was misleading and did not focus on the correct aspect of SIMD

* added cpu flag awareness to `suggestVectorLengthForCpu` in order to provide a more accurate vector length
2024-07-14 23:02:33 -07:00
..
Build Compile: Pass the default --zig-lib-dir along to child processes 2024-07-13 19:04:55 -04:00
c std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
compress std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
crypto std.crypto.ff: fix typo in montgomery boolean documentation (#20624) 2024-07-14 15:34:02 +02:00
dwarf dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of isValidMemory 2024-07-10 10:46:35 -04:00
fmt std.fmt.formatFloat: skip f80 round-trip tests on x86_64 windows 2024-07-14 11:19:34 +12:00
fs std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542) 2024-07-09 13:36:38 -07:00
hash std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
heap
http
io
json json: respect duplicate_field_behavior in std.json.Value.jsonParse 2024-07-03 15:34:59 -04:00
math Fix right shift on negative BigInts 2024-07-12 00:46:03 -07:00
mem
meta
net
os std.os.linux: type safety for fanotify metadata event mask field 2024-07-12 00:14:08 -07:00
posix std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
process std.Build.findProgram(): Try with and without the Windows executable extensions. 2024-06-21 15:41:03 -04:00
Random
sort std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
tar std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
Target std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
testing
Thread test: Add spawn behavior test 2024-07-09 21:15:29 -04:00
time
tz
unicode
valgrind std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
zig integrate Compile steps with file watching 2024-07-12 00:14:08 -07:00
zip std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
array_hash_map.zig std.ArrayHashMap: unmanaged holds the pointer stability lock 2024-07-07 12:13:07 +02:00
array_list.zig std.ArrayList.unusedCapacitySlice: Return unaligned slice (#20490) 2024-07-14 00:56:29 +00:00
ascii.zig Rename isASCII to isAscii 2024-07-02 16:31:15 +02:00
atomic.zig
base64.zig
bit_set.zig
BitStack.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
bounded_array.zig
buf_map.zig
buf_set.zig
Build.zig integrate Compile steps with file watching 2024-07-12 00:14:08 -07:00
builtin.zig
c.zig std.c: Add setlocale() 2024-07-05 04:45:44 -04:00
coff.zig std: Add loongarch support for coff. (#20583) 2024-07-12 00:47:32 -07:00
compress.zig
crypto.zig
debug.zig dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of isValidMemory 2024-07-10 10:46:35 -04:00
dwarf.zig dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of isValidMemory 2024-07-10 10:46:35 -04:00
dynamic_library.zig std: avoid references that trigger compile errors 2024-07-04 21:01:42 +01:00
elf.zig add ppc64 reloc definitions 2024-07-02 08:59:10 +02:00
enums.zig
fifo.zig
fmt.zig
fs.zig std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542) 2024-07-09 13:36:38 -07:00
gpu.zig
hash.zig
hash_map.zig
heap.zig
http.zig std: avoid references that trigger compile errors 2024-07-04 21:01:42 +01:00
io.zig
json.zig
leb128.zig Rename *[UI]LEB128 functions to *[UI]leb128 2024-06-23 04:30:12 +01:00
linked_list.zig
log.zig
macho.zig
math.zig
mem.zig std.mem.zeroes: explicit compile error for @Type(.EnumLiteral) 2024-06-24 00:43:09 +00:00
meta.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
multi_array_list.zig InternPool: implement and use thread-safe list for strings 2024-07-07 22:59:52 -04:00
net.zig std: avoid references that trigger compile errors 2024-07-04 21:01:42 +01:00
once.zig
os.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
packed_int_array.zig
pdb.zig
posix.zig std.os.linux: fanotify_init, fanotify_mark, name_to_handle_at 2024-07-12 00:14:07 -07:00
priority_dequeue.zig
priority_queue.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
process.zig ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string directly 2024-07-13 14:48:17 -07:00
Progress.zig std.Progress: slightly better atomic memcpy 2024-07-10 00:28:44 -04:00
Random.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
RingBuffer.zig
segmented_list.zig
SemanticVersion.zig
simd.zig simd: correct suggestVectorLength 2024-07-14 23:02:33 -07:00
sort.zig std: fuzz test sort stability (#20284) 2024-06-20 12:38:54 -07:00
start.zig Revert "start: workaround for LLVM 17 regression" 2024-06-16 23:11:08 -04:00
start_windows_tls.zig
static_string_map.zig std.static_string_map: Cast length of input for runtime initialization 2024-06-20 23:22:39 +00:00
std.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
tar.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
Target.zig std: Add loongarch support for coff. (#20583) 2024-07-12 00:47:32 -07:00
testing.zig std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542) 2024-07-09 13:36:38 -07:00
Thread.zig test: Add spawn behavior test 2024-07-09 21:15:29 -04:00
time.zig
treap.zig
tz.zig
unicode.zig ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string directly 2024-07-13 14:48:17 -07:00
Uri.zig
valgrind.zig Rename nonSIMDCall* to nonSimdCall* 2024-07-03 19:00:17 +01:00
wasm.zig
zig.zig compiler: move LazySrcLoc out of std 2024-06-15 00:57:52 +01:00
zip.zig std.zip: Fix typo in doc comments 2024-06-17 16:12:19 -04:00