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
/
test
/
behavior
/
abs.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-11
test: Enable some working vector tests
Danielkonge
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-20
x86_64: rewrite `@abs`
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests
David Rubin
2024-06-24
stage2-wasm: abs 128 bit
Pavel Verigo
2024-06-13
riscv: integer + float `@abs`
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-02-04
spirv: air abs
Robin Voetter
2024-02-04
spirv: fix shuffle properly
Robin Voetter
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-08
x86_64: implement `@abs` for some integer vector types
Jacob Young
2023-10-07
x86_64: implement negation and `@abs` for `f80`
Jacob Young
2023-10-05
x86_64: implement C abi for f128
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-09-27
Add behavior tests for `@abs` builtin
antlilja