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
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
2023-05-08
x86_64: implement f16 conversions when supported
Jacob Young
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-03
x86_64: implement movement of more types
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-26
behavior: update passing cbe tests
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-04-10
Merge pull request #14853 from schmee/vector-peer-type-resolution
Andrew Kelley
2023-04-07
Enable new tests
Auguste Rame
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-09
sema: fix result ptr coercion array -> vector
John Schmidt
2023-03-09
sema: add peer type resolution for vectors
John Schmidt
2023-03-05
behavior: fix comptime issue and disable failing test
Jacob Young
2023-03-05
CBE: ensure uniqueness of more internal identifiers
Jacob Young
2023-03-05
CBE: implement select and shuffle
Jacob Young
2023-03-05
CBE: implement splat
Jacob Young
2023-03-05
CBE: implement vector element pointers
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-21
behavior: enable passing CBE tests
Jacob Young
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-01-22
Value: implement `compareAllWithZero` for `bytes` and `str_lit`
Veikka Tuominen
2022-12-27
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley
2022-12-27
enable test on more targets
Veikka Tuominen
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
[prev]
[next]