This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fcc5ca0f93
rust
/
crates
/
core_simd
/
tests
/
i16_ops.rs
6 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Add portable_simd unstable feature gate (#141)
2021-07-19 18:13:24 -05:00
#![
feature(portable_simd)
]
Split ops tests
2021-02-13 13:19:16 -06:00
#[
macro_use
]
Fix MulAssign typo in tests, move panic tests
2021-02-13 14:42:04 -06:00
mod
ops_macros
;
Remove aliases from most tests
2021-08-07 15:38:41 -05:00
impl_signed_tests!
{
i16
}
Reference in New Issue
Copy Permalink