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
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
2022-03-21
behavior tests: enable all vector tests for the stage2 LLVM backend
William Sengir
2022-03-21
behavior tests: use `expect` instead of `expectEqual` in vector.zig
William Sengir
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-17
stage2: prevent UB in the LLVM backend
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-04
stage2: fix Type max/min int calculation
Andrew Kelley
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-06-23
stage1: `@shuffle` type and mask params in comptime scope
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-09
Re-enable multiple wasm32 vector tests
Jakub Konka
2021-06-05
test: re-enable dragonfly tests
Michael Dusan
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley