Add num, ptr, and cmp modules
This commit is contained in:
parent
3e4e13c82f
commit
596aabe5c7
27 changed files with 104 additions and 65 deletions
|
|
@ -149,7 +149,7 @@ where
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use simd::*;
|
||||
use simd::prelude::*;
|
||||
|
||||
#[test]
|
||||
fn everything_works() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue