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
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 float compare and cast builtins
Jacob Young
2023-10-01
behavior: cleanup floatop tests
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-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
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-08-21
compiler_rt: fix f80 comparisons
Carl Ã…stholm
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-18
x86_64: fix multi-limb compare
Jacob Young
2023-05-15
x86_64: redo movement, float negation, and `@fabs`
Jacob Young
2023-05-15
x86_64: add missing multply of `f16`
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-08
x86_64: implement binary operations for `f16` and `f16` vectors
Jacob Young
2023-05-08
x86_64: implement `@floor`, `@ceil`, and `@trunc` for float vectors
Jacob Young
2023-05-08
x86_64: implement `@sqrt` for `f16` scalars and vectors
Jacob Young
2023-05-08
x86_64: implement float cast from `f16` to `f64`
Jacob Young
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-03
x86_64: implement fabs
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-21
behavior: enable a bunch of disabled tests
Jacob Young
2023-04-15
disable more failing C backend tests
Andrew Kelley
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-03-26
wasm: implement float operations with compiler-rt
Techatrix
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2022-12-10
disable failing CBE behavior tests failing on aarch64-windows
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-30
cbe: operand of address of operator must be an lvalue
Veikka Tuominen
2022-11-28
aarch64-windows: skip failing floatop behavior test
Jakub Konka
2022-11-19
extract C backend behavior tests with vectors
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-25
cbe: improve floating point type support
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: implement some float ops
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-08-17
Sema: error on ambiguous coercion of comptime float and ints
Martin Hafskjold Thoresen
[next]