aboutsummaryrefslogtreecommitdiff
path: root/lib/std/simd.zig
AgeCommit message (Expand)Author
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