aboutsummaryrefslogtreecommitdiff
path: root/lib/std/simd.zig
AgeCommit message (Expand)Author
2023-03-20add wasm-simd support for suggestVectorSizeForCpu (#14992)KOUNOIKE Yuusuke
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-04std.simd.iota: make it always called at comptimeAndrew Kelley
2022-12-27Revert "aarch64: reenable tests that are no longer regressed"Andrew Kelley
2022-12-10aarch64: reenable tests that are no longer regressedr00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-09-07std.simd: change T to u16Dan Ellis Echavarria
2022-07-22SIMD size suggestions: suggestions code now compiles, added moreDan Ellis Echavarria
2022-07-06std: disable aarch64 tests that regressed from LLVM 14Andrew Kelley
2022-07-03std: disable tests regressed from LLVM 14Andrew Kelley
2022-06-30stage2: implement alignment calculation of vectorsAndrew Kelley
2022-06-07std: adjust for stage2 semanticsVeikka Tuominen
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-04-04std.simd: Fix suggestVectorSizeForCpuominitay
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2022-03-27std: SIMD utility functionstecanec