index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Target
/
x86.zig
Age
Commit message (
Expand
)
Author
2025-10-29
fix: add `i86` cpu in `update_cpu_features`
GasInfinity
2025-10-27
feat: init x86_16 arch via CBE
GasInfinity
2025-08-30
std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...
Alex Rønne Petersen
2025-08-30
std.Target: update CPU features to LLVM 21
Alex Rønne Petersen
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-01-16
x86_64: implement clz and not
Jacob Young
2024-11-25
refactor `update_cpu_features.zig`
David Rubin
2024-11-25
make `crc32` a featdep of `sse4.2`
David Rubin
2024-09-19
std.Target: Update CPU models/features for LLVM 19.1.0.
Alex Rønne Petersen
2024-09-19
std.Target: Update CPU models/features for LLVM 19.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-12
std.Target: Rename feature_set_fns to FeatureSetFns
Linus Groh
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-05-08
update CPU features to LLVM 18
Andrew Kelley
2024-01-01
std.Target: flatten
Andrew Kelley