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
/
muladd.zig
Age
Commit message (
Expand
)
Author
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-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
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 some float and float vector movement
Jacob Young
2023-05-08
x86_64: implement `@mulAdd`
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-05
behavior: fix comptime issue and disable failing test
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
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-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: fix infinite recursion on recursive types
Jacob Young
2022-10-13
Re-enable `mulAdd` f128 tests on i386-linux
Cody Tapscott
2022-10-13
Re-enable `@mulAdd` f128 tests on aarch64-darwin
Cody Tapscott
2022-08-23
skip failing f80 behavior tests on Windows
Jakub Konka
2022-06-24
Revert "wasm: Enable f16 behavior tests"
Luuk de Gram
2022-06-24
wasm: Enable f16 behavior tests
Luuk de Gram
2022-04-27
enable newly passing behavior tests
Andrew Kelley
2022-04-02
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-16
remove unnecessary TODO comment
Andrew Kelley
2022-03-16
Implement `@mulAdd` for vectors
John Schmidt
2022-03-06
disable failing `@mulAdd` test
Andrew Kelley
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-06
stage2: implement `@mulAdd` for scalar floats
John Schmidt
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-01-28
add behavior tests for f80
Veikka Tuominen
2021-12-01
disable failing `@mulAdd` behavior test for aarch64-macos
Andrew Kelley
2021-11-04
compiler-rt: Fix f16 API declarations to be consistent
LemonBoy
2021-10-05
freestanding libc: export fmal
Andrew Kelley
2021-10-05
add support for f128 `@mulAdd`
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley