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
/
math.zig
Age
Commit message (
Expand
)
Author
2024-02-04
spirv: shlWithOverflow
Robin Voetter
2024-02-04
spirv: element-wise operation helper
Robin Voetter
2024-02-04
spirv: sh[rl](_exact)?
Robin Voetter
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2024-01-04
`@shlExact` fixups
Andrew Kelley
2023-12-04
x86_64: fix vector comparisions
Jacob Young
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement `@mod` for floating-point types
Jacob Young
2023-10-15
wasm: disable division test
Robin Voetter
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
spirv: sign-extension for strange integers
Robin Voetter
2023-10-14
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux
2023-10-08
x86_64: implement `@rem` for floats
Jacob Young
2023-10-08
x86_64: fix `@divTrunc` and `@divFloor` of `f16`
Jacob Young
2023-10-07
x86_64: implement `f80` movement
Jacob Young
2023-10-05
x86_64: implement C abi for everything else
Jacob Young
2023-10-05
x86_64: implement C abi for f128
Jacob Young
2023-10-01
x86_64: implement float arithmetic builtins
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-09-27
Replace `@fabs` with `@abs` in behavior tests
antlilja
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: air sub_with_overflow
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-19
compiler_rt: fix fp sub being optimized to call itself
Jacob Young
2023-09-19
disable behavior tests regressed by LLVM 17
Andrew Kelley
2023-09-10
wasm: enable successful behavior tests
Techatrix
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-12
Update tests to new splat syntax
antlilja
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-20
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley
2023-05-20
spirv: dont use OpIAddCarry
Robin Voetter
2023-05-19
wasm: fix `div_trunc` for floats
Luuk de Gram
2023-05-18
x86_64: delete some incorrect code
Jacob Young
2023-05-15
x86_64: fix `@clz` and `@ctz` of `u8`
Jacob Young
2023-05-15
x86_64: redo movement, float negation, and `@fabs`
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-10
llvm/cbe: fix signed `@mod`/`@divFloor` computations
Jacob Young
2023-05-08
x86_64: implement some float and float vector movement
Jacob Young
2023-05-08
x86_64: implement `@ctz` and `@clz` for `u128`
Jacob Young
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-01
x86_64: fix large not and atomicrmw
Jacob Young
2023-05-01
x86_64: fix emitting f80 globals
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-21
behavior: enable a bunch of disabled tests
Jacob Young
[next]