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
a7b82adb12
rust
/
crates
/
core_simd
/
tests
/
f64_ops.rs
6 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
Various bug fixes
2021-03-06 01:14:58 -06:00
#![
feature(is_subnormal)
]
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
;
Split ops tests
2021-02-13 13:19:16 -06:00
impl_float_tests!
{
SimdF64
,
f64
,
i64
}
Reference in New Issue
Copy Permalink