rust/src/librustc_trans
bors cca281781f Auto merge of #26198 - stygstra:issue-24258, r=huonw
When overflow checking on `<<` and `>>` was added for integers, the `<<` and `>>` operations broke for SIMD types (`u32x4`, `i16x8`, etc.). This PR implements checked shifts on SIMD types.

Fixes #24258.
2015-06-20 21:36:49 +00:00
..
2015-06-19 01:39:26 +03:00
2015-06-18 10:51:31 -07:00

See the README.md in ../librustc.