Skip to content
Snippets Groups Projects
Commit 9f3fe1a5 authored by Martin Larralde's avatar Martin Larralde
Browse files

Add tests for NEON implementation of `Score<u8>`

parent b617ed4e
No related branches found
No related tags found
No related merge requests found
......@@ -358,11 +358,12 @@ mod neon {
super::test_score_rows::<U16, _>(&pli);
}
// #[test]
// fn score_discrete() {
// let pli = Pipeline::neon().unwrap();
// super::test_score_discrete(&pli);
// }
#[test]
fn score_discrete() {
let pli = Pipeline::neon().unwrap();
super::test_score_discrete::<U32, _>(&pli);
super::test_score_discrete::<U16, _>(&pli);
}
#[test]
fn argmax() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment