Update repo name

This commit is contained in:
gnzlbg
2019-07-08 23:21:37 +02:00
committed by gnzlbg
parent 127f13f10f
commit 686b813f5d
106 changed files with 226 additions and 231 deletions

View File

@@ -126,7 +126,7 @@ pub fn simd_test(
#emms
return v;
} else {
::stdsimd_test::assert_skip_test_ok(stringify!(#name));
::stdarch_test::assert_skip_test_ok(stringify!(#name));
}
#[target_feature(enable = #enable_feature)]