summary refs log tree commit diff
path: root/src/test/run-pass/simd-binop.rs
AgeCommit message (Expand)AuthorLines
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+1
2014-05-02Implement comparison operators for int and uint SIMD vectorsBrendan Zabarauskas-4/+26
2014-05-01Add more comprehensive unit tests for SIMD binopsBrendan Zabarauskas-16/+28
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-2/+2
2014-01-30Fix SIMD bit shiftsSeo Sanghyeon-1/+9
2014-01-28Feature gate #[simd]David Manescu-0/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-07-10Implement SIMD arithmeticsSeo Sanghyeon-0/+28