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-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
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-13
std.simd: return comptime_int from `suggestVectorSize`
Veikka Tuominen
2023-09-27
std: Reactivate skipped tests w.r.t. llvm/llvm-project#55522
Jay Petacat
2023-07-12
Remove len parameter from splat in standard lib
antlilja
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-05-13
std.simd.suggestVectorSizeForCpu: fix missing argument in body
xdBronch
2023-04-30
std: fix a bunch of typos
Linus Groh
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