rename simd -> context_simd

This fixes a spurious rustc warning.
master
edef 2016-07-16 16:18:58 -04:00
parent cbe136b762
commit bc184237cc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fn context() {
}
#[test]
fn simd() {
fn context_simd() {
unsafe extern "C" fn permuter(arg: usize) -> ! {
// This will crash if the stack is not aligned properly.
let x = simd::i32x4::splat(arg as i32);