COMMITS
/ test/behavior/floatop.zig May 30, 2024
D
riscv implement `@sqrt` for f32/f64
David Rubin committed
May 25, 2024
D
riscv: integer + float `@abs`
David Rubin committed
May 12, 2024
D
riscv: implement more arithmetic instructions
David Rubin committed
June 2, 2024
R
spirv: new vectorization helper
Robin Voetter committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
February 18, 2024
A
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi committed
March 19, 2024
R
Merge pull request #19337 from Snektron/spirv-globals
Robin Voetter committed
March 17, 2024
R
spirv: enable passing tests
Robin Voetter committed
V
add behavior test for optimized float math
Veikka Tuominen committed
February 19, 2024
T
std.builtin: make float mode fields lowercase
Tristan Ross committed
February 7, 2024
A
spirv: make rusticl the primary testing implementation
Ali Chraghi committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
January 21, 2024
R
spirv: air abs
Robin Voetter committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 8, 2023
J
x86_64: fix bitcast from `f80`
Jacob Young committed
October 7, 2023
J
x86_64: hack around silent `f80` miscompilations
Jacob Young committed
October 6, 2023
J
x86_64: implement negation and `@abs` for `f80`
Jacob Young committed
J
x86_64: implement `f80` movement
Jacob Young committed
October 5, 2023
J
x86_64: implement C abi for everything else
Jacob Young committed
J
x86_64: implement C abi for f128
Jacob Young committed
October 1, 2023
J
x86_64: implement float `@sqrt` builtin
Jacob Young committed
J
x86_64: implement float arithmetic builtins
Jacob Young committed
J
x86_64: implement float round builtins
Jacob Young committed
September 25, 2023
J
x86_64: implement float compare and cast builtins
Jacob Young committed
J
behavior: cleanup floatop tests
Jacob Young committed
September 23, 2023
J
x86_64: implement and test unary float builtins
Jacob Young committed
July 17, 2023
A
Replace `@fabs` with `@abs` in behavior tests
antlilja committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
August 19, 2023
J
compiler_rt: fix arm hard-float f16 abi
Jacob Young committed
August 18, 2023
J
compiler_rt: fix fp sub being optimized to call itself
Jacob Young committed
August 16, 2023
A
disable behavior tests regressed by LLVM 17
Andrew Kelley committed
September 7, 2023
T
wasm: enable successful behavior tests
Techatrix committed
August 20, 2023
C
compiler_rt: fix f80 comparisons
Carl Åstholm committed
July 31, 2023
J
std: finish cleanup up asm
Jacob Young committed
July 30, 2023
J
cbe: get behavior tests running on arm
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 16, 2023
J
x86_64: fix multi-limb compare
Jacob Young committed
May 14, 2023
J
x86_64: redo movement, float negation, and `@fabs`
Jacob Young committed
May 8, 2023
J
x86_64: add missing multply of `f16`
Jacob Young committed
J
x86_64: implement binary operations for `f16` and `f16` vectors
Jacob Young committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 7, 2023
J
x86_64: implement `@floor`, `@ceil`, and `@trunc` for float vectors
Jacob Young committed
J
x86_64: implement `@sqrt` for `f16` scalars and vectors
Jacob Young committed
J
x86_64: implement float cast from `f16` to `f64`
Jacob Young committed