aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/x86_64/build.zig
AgeCommit message (Expand)Author
2025-09-27x86_64: fix `~`/`!` miscompsJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Add)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-03-21behavior: split up x86_64 math testsJacob Young
2025-02-22x86_64: rewrite scalar `@bitReverse`Jacob Young
2025-02-15x86_64: rewrite unsafe scalar int multiplicationJacob Young
2025-01-26x86_64: rewrite `@min`/`@max` for scalar floatsJacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2025-01-20x86_64: rewrite `@abs`Jacob Young
2025-01-16x86_64: implement element accessJacob Young
2025-01-16x86_64: implement clz and notJacob Young