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
/
lib
/
std
/
simd.zig
Age
Commit message (
Expand
)
Author
2023-03-20
add wasm-simd support for suggestVectorSizeForCpu (#14992)
KOUNOIKE Yuusuke
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-04
std.simd.iota: make it always called at comptime
Andrew Kelley
2022-12-27
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley
2022-12-10
aarch64: reenable tests that are no longer regressed
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-09-07
std.simd: change T to u16
Dan Ellis Echavarria
2022-07-22
SIMD size suggestions: suggestions code now compiles, added more
Dan Ellis Echavarria
2022-07-06
std: disable aarch64 tests that regressed from LLVM 14
Andrew Kelley
2022-07-03
std: disable tests regressed from LLVM 14
Andrew Kelley
2022-06-30
stage2: implement alignment calculation of vectors
Andrew Kelley
2022-06-07
std: adjust for stage2 semantics
Veikka Tuominen
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
std.simd: Fix suggestVectorSizeForCpu
ominitay
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-27
std: SIMD utility functions
tecanec