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
/
floatop.zig
Age
Commit message (
Expand
)
Author
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-08-28
AstGen: forward result type through unary float builtins
David Rubin
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-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
2025-04-11
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen
2025-03-24
stage2-wasm: enable already working tests
Pavel Verigo
2025-03-17
spirv: don't hardcode test error type alignment
Ali Cheraghi
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-04
test: add comptime memoization tests for bit-for-bit float equality
kcbanner
2025-03-04
test: skip the float vector cmp tests on failing targets
kcbanner
2025-03-03
test: separate out float vector tests and skip them on unsupported backends
kcbanner
2025-03-03
Value: fix comparison of NaN in compareHeteroAdvanaced
kcbanner
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
2025-01-24
x86_64: fix typo and lower optimized insts
Jacob Young
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-09-10
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen
2024-07-26
riscv: remove redundant assert in `genBinOp`
David Rubin
2024-07-14
riscv implement `@sqrt` for f32/f64
David Rubin
2024-06-13
riscv: integer + float `@abs`
David Rubin
2024-06-13
riscv: implement more arithmetic instructions
David Rubin
2024-06-10
spirv: new vectorization helper
Robin Voetter
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-06
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi
2024-03-19
Merge pull request #19337 from Snektron/spirv-globals
Robin Voetter
2024-03-18
spirv: enable passing tests
Robin Voetter
2024-03-17
add behavior test for optimized float math
Veikka Tuominen
2024-03-11
std.builtin: make float mode fields lowercase
Tristan Ross
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-02-04
spirv: air abs
Robin Voetter
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
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: fix bitcast from `f80`
Jacob Young
2023-10-07
x86_64: hack around silent `f80` miscompilations
Jacob Young
2023-10-07
x86_64: implement negation and `@abs` for `f80`
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
[next]