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
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-02-04
spirv: air vector_store_element
Robin Voetter
2024-02-04
spirv: update tests
Robin Voetter
2024-02-04
spirv: air splat
Robin Voetter
2024-02-04
spirv: fix shuffle properly
Robin Voetter
2024-02-04
spirv: vectorize add/sub overflow
Robin Voetter
2024-02-04
spirv: reduce, reduce_optimized
Robin Voetter
2024-02-04
spirv: shlWithOverflow
Robin Voetter
2024-02-04
spirv: vectors for air not
Robin Voetter
2024-01-29
llvm: fix alignment of array ptr when bitcasting vector
Veikka Tuominen
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-12-22
test: add coverage for index into comptime-known vector is comptime-known
Meghan Denny
2023-12-04
x86_64: fix vector comparisions
Jacob Young
2023-12-03
x86_64: "implement" `aggregate_init` for vectors
Jacob Young
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
spirv: simple binary and comparison vector operations
Ali Chraghi
2023-10-15
spirv: emit vectors as arrays
Ali Chraghi
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-10-01
behavior: cleanup floatop tests
Jacob Young
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-08-10
Sema: fix coerceArrayLike() for vectors with padding
Xavier Bouchoux
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-29
add behavior test for vector bitcast at comptime
Evan Haas
2023-07-25
codegen/llvm: fix memset with vectors smaller than one byte
Xavier Bouchoux
2023-07-12
Update tests to new splat syntax
antlilja
2023-06-27
behavior: boolean vector with 2 or more elements
r00ster91
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-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-10
Sema: resolve peer vector types before comparison
mlugg
2023-05-25
disable test on C backend
Veikka Tuominen
2023-05-25
llvm: fix vector type in vector_store_elem
Veikka Tuominen
2023-05-18
codegen: emit global vector padding
Jacob Young
2023-05-15
x86_64: implement integer vector bitwise operations
Jacob Young
2023-05-15
x86_64: implement integer vector mul
Jacob Young
2023-05-15
x86_64: implement integer vector movement
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
[next]