mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
ddf4512561
* Add vroundps, vceilps, vfloorps, vsqrtps, vsqrtpd * Uninhibit assert_instr on non-expanded intrinsics Also use the new simd_test macro * Use simd_test where possible * Add automated tests for vround* * Add target_feature guards to automated tests * Move automated tests below their functions