aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Target/x86.zig
AgeCommit message (Expand)Author
2025-10-29fix: add `i86` cpu in `update_cpu_features`GasInfinity
2025-10-27feat: init x86_16 arch via CBEGasInfinity
2025-08-30std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...Alex Rønne Petersen
2025-08-30std.Target: update CPU features to LLVM 21Alex Rønne Petersen
2025-04-04std.Target: Update CPU models/features for LLVM 20.Alex Rønne Petersen
2025-01-16x86_64: implement clz and notJacob Young
2024-11-25refactor `update_cpu_features.zig`David Rubin
2024-11-25make `crc32` a featdep of `sse4.2`David Rubin
2024-09-19std.Target: Update CPU models/features for LLVM 19.1.0.Alex Rønne Petersen
2024-09-19std.Target: Update CPU models/features for LLVM 19.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-12std.Target: Rename feature_set_fns to FeatureSetFnsLinus Groh
2024-05-08LLVM 18 std lib updates and fixesAndrew Kelley
2024-05-08update CPU features to LLVM 18Andrew Kelley
2024-01-01std.Target: flattenAndrew Kelley