]> git.lizzy.rs Git - rust.git/history - crates/core_simd/examples
Manually implement for supported lanes
[rust.git] / crates / core_simd / examples /
2022-02-02 JubileeMerge portable-simd#203 - deantvv/add-spectral-norm
2021-12-31 Jubilee Merge portable-simd#219 - ./std-float
2021-12-31 Jubilee YoungTear down and rewrite support for float testing
2021-12-03 JubileeMerge portable-simd#195 - portable-simd:trait-ops
2021-12-01 Jubilee YoungDrop splats for Simd<T, _>
2021-11-28 Dean LiAdd spectral_norm example from packed_simd
2021-11-10 JubileeMerge pull request #175 from rust-lang/feature/more...
2021-11-09 Caleb ZulawskiMerge pull request #181 from rust-lang/rotate_lanes
2021-11-06 Caleb Zulawskirotate_{left,right} -> rotate_lanes_{left,right}
2021-10-22 Jubilee YoungFixup import pathing for core
2021-10-11 Caleb Zulawskisimd_shuffle -> simd_swizzle
2021-10-11 Caleb ZulawskiAdd new swizzle API
2021-08-06 Caleb ZulawskiMerge pull request #153 from rust-lang/death-of-the...
2021-08-02 JubileeMerge pull request #152 from rust-lang/feature/const_ev...
2021-07-28 Caleb ZulawskiAdd const_evaluatable_checked feature, change to_bitmas...
2021-07-24 Caleb ZulawskiAdd fmt and clippy to CI (#147)
2021-07-19 Caleb ZulawskiAdd portable_simd unstable feature gate (#141)
2021-07-19 Miguel Raz Guzmán... add matrix_inversion example (#131)
2021-06-04 JubileeMerge pull request #122 from miguelraz/nbodyexample
2021-06-04 miguel razclean code vis. Jubilee's comments
2021-06-04 Miguel Raz Guzmán... Update crates/core_simd/examples/nbody.rs
2021-06-02 miguel razclean up code, fudge approx true
2021-06-02 miguel razadd main to avoid CI crash
2021-06-02 miguel razfinish nbody
2021-06-01 miguel razrewrite unaligned slice, fix output const array
2021-06-01 miguel razcollapse run_k into run
2021-06-01 miguel razdon't use turbofish on run
2021-06-01 miguel razdon't need clippy
2021-05-31 Miguel Raz Guzmán... Update crates/core_simd/examples/nbody.rs
2021-05-26 miguel razreplace sum() with horizontal_sum()
2021-05-26 miguel razSimdf64 from attempt
2021-05-26 miguel razfix imports
2021-05-26 miguel raznbody example