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
/
vector.zig
Age
Commit message (
Expand
)
Author
2025-10-03
x86_64: fix bool vector init register clobber
Jacob Young
2025-09-24
remove behavior test that depended on std.zig.c_translation
Andrew Kelley
2025-09-20
allow some test cases to regress
Andrew Kelley
2025-09-20
disable failing stage2_aarch64 behavior tests
Andrew Kelley
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-10
x86_64: fix strictness edge cases in `+|`
Jacob Young
2025-09-07
wasm backend: disable failing behavior tests
Andrew Kelley
2025-09-04
Reenable vector tests for armeb/thumbeb
Luna Schwalbe
2025-08-30
test: re-enable a bunch of vector behavior tests on hexagon
Alex Rønne Petersen
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-01
test: Disable vector division operators on RISC-V with vector support
Alex Rønne Petersen
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-12
Allow more operators on bool vectors (#24131)
Daniel Kongsgaard
2025-06-11
test: Enable some working vector tests
Danielkonge
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-02
x86_64: implement integer `@divFloor` and `@mod`
Jacob Young
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement strict float `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-05-17
x86_64: implement `vector_store_elem`
Jacob Young
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite vector `-|`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-04-28
test: Disable `vector reduce operation` for sparc.
Alex Rønne Petersen
2025-04-04
Revert "test: Partially disable `vector float operators` on mips."
Alex Rønne Petersen
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
2025-01-16
x86_64: pass more behavior tests
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-06
test: Disable vector behavior tests affected by #22060 for thumbeb too.
Alex Rønne Petersen
2024-12-13
test: Disable some vector behavior tests on armeb.
Alex Rønne Petersen
2024-11-04
test: Disable some vector behavior tests on aarch64_be.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-09-19
test: Re-enable `store vector with memset` for LLVM.
Alex Rønne Petersen
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-09-11
Merge pull request #21269 from alexrp/soft-float
Andrew Kelley
2024-09-10
test: Disable `store vector with memset` on soft float arm.
Alex Rønne Petersen
2024-09-07
test: Re-enable `vector reduce operation` for most LLVM targets.
Alex Rønne Petersen
2024-09-07
test: Re-enable `vector shift operators` for all LLVM targets.
Alex Rønne Petersen
2024-09-05
test: Disable `store vector with memset` on powerpc64.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-18
test: Disable `vector reduce operation` on mips64.
Alex Rønne Petersen
2024-08-12
test: Partially disable `vector float operators` on mips.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
[next]