aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/muladd.zig
AgeCommit message (Expand)Author
2023-09-10wasm: enable successful behavior testsTechatrix
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08x86_64: implement binary operations for `f16` and `f16` vectorsJacob Young
2023-05-08x86_64: implement some float and float vector movementJacob Young
2023-05-08x86_64: implement `@mulAdd`Jacob Young
2023-04-21behavior: enable a bunch of disabled testsJacob Young
2023-04-15disable more failing C backend testsAndrew Kelley
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-03-26wasm: implement float operations with compiler-rtTechatrix
2023-03-05behavior: fix comptime issue and disable failing testJacob Young
2023-03-05CBE: implement vector operationsJacob Young
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2022-12-10disable failing CBE behavior tests failing on aarch64-windowsAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-10-25cbe: improve floating point type supportJacob Young
2022-10-25cbe: add support for all float literals typesJacob Young
2022-10-25cbe: implement 128-bit and fix smaller integer builtinsJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-13Re-enable `mulAdd` f128 tests on i386-linuxCody Tapscott
2022-10-13Re-enable `@mulAdd` f128 tests on aarch64-darwinCody Tapscott
2022-08-23skip failing f80 behavior tests on WindowsJakub Konka
2022-06-24Revert "wasm: Enable f16 behavior tests"Luuk de Gram
2022-06-24wasm: Enable f16 behavior testsLuuk de Gram
2022-04-27enable newly passing behavior testsAndrew Kelley
2022-04-02wasm: Enable passing behavior testsLuuk de Gram
2022-03-16remove unnecessary TODO commentAndrew Kelley
2022-03-16Implement `@mulAdd` for vectorsJohn Schmidt
2022-03-06disable failing `@mulAdd` testAndrew Kelley
2022-03-06stage2: rework `@mulAdd`Andrew Kelley
2022-03-06stage2: implement `@mulAdd` for scalar floatsJohn Schmidt
2022-03-01stage2: introduce anonymous struct literalsAndrew Kelley
2022-01-28add behavior tests for f80Veikka Tuominen
2021-12-01disable failing `@mulAdd` behavior test for aarch64-macosAndrew Kelley
2021-11-04compiler-rt: Fix f16 API declarations to be consistentLemonBoy
2021-10-05freestanding libc: export fmalAndrew Kelley
2021-10-05add support for f128 `@mulAdd`Andrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley