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-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
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-24
Revert "wasm: Enable f16 behavior tests"
Luuk de Gram
2022-06-24
wasm: Enable f16 behavior tests
Luuk de Gram
2022-05-26
clean up some behavior tests
Andrew Kelley
2022-05-03
Sema: fix bigIntToFloat
Andrew Kelley
2022-05-01
stage1: disable new behavior tests
Andrew Kelley
2022-05-01
disable failing behavior tests
Andrew Kelley
2022-05-01
stage2: fix comptime fixed-width float division
Andrew Kelley
2022-04-27
enable newly passing behavior tests
Andrew Kelley
2022-04-02
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-14
Sema: fix shl_sat with comptime rhs
Andrew Kelley
2022-03-14
Sema: improve lowering of stores to bitcasted vector pointers
Andrew Kelley
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-02-26
Sema: Module.Union.abiAlignment can return 0
Andrew Kelley
2022-02-26
Sema: make `align(a) T` same as `align(a:0:N) T`
Andrew Kelley
[next]