Merge commit 'a8385522ad
' into simd-remove-autosplats
This commit is contained in:
commit
2ea27bf6ef
22 changed files with 539 additions and 524 deletions
|
@ -376,6 +376,12 @@ macro_rules! test_lanes {
|
|||
fn lanes_32() {
|
||||
implementation::<32>();
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
|
||||
fn lanes_64() {
|
||||
implementation::<64>();
|
||||
}
|
||||
}
|
||||
)*
|
||||
}
|
||||
|
@ -431,6 +437,12 @@ macro_rules! test_lanes_panic {
|
|||
fn lanes_32() {
|
||||
implementation::<32>();
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[should_panic]
|
||||
fn lanes_64() {
|
||||
implementation::<64>();
|
||||
}
|
||||
}
|
||||
)*
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue