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-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-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
2022-12-26
Sema: fix elem ptr type of vector in slice
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-12
wasm: enable passing vector tests
Luuk de Gram
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-10
aarch64: reenable tests that are no longer regressed
r00ster91
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-04
disable CBE behavior tests that are not passing in release modes
Andrew Kelley
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-11-26
Sema: fix overflow arithmetic with runtime vectors
Veikka Tuominen
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-11
Sema: coerce array operands to shuffle
Veikka Tuominen
2022-11-10
stage2 sema: Make vector constants when operating on vectors
Cody Tapscott
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-13
Re-enable Vector f16 tests on Windows
Cody Tapscott
2022-09-12
disable LLVM 15 regressed behavior test: "vector @splat"
Andrew Kelley
2022-08-22
add behavior test for copying array of vectors
Andrew Kelley
2022-08-10
stage2: fix crash with comptime vector reduce
Andrew Kelley
2022-07-10
stage1: Lower libcalls on Windows x86-64 correctly
Cody Tapscott
2022-07-05
disable regressed behavior tests from llvm 14
Andrew Kelley
2022-07-03
stage2: update vector alignment logic
Andrew Kelley
2022-06-30
stage2: implement alignment calculation of vectors
Andrew Kelley
2022-06-17
stage2: coerce tuple to vector
Xavier Bouchoux
2022-05-16
stage2: add more vector overflow tests
William Sengir
2022-05-16
stage2: add vectorized overflow arithmetic behavior tests
William Sengir
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-07
use math/float.zig everywhere
viri
2022-03-28
Sema: allow mixing array and vector operands
Andrew Kelley
2022-03-21
behavior tests: alter test coverage for vectors
Andrew Kelley
[next]