finish abs

This commit is contained in:
nora 2024-01-06 19:49:40 +01:00
parent a0b75b348b
commit f2c631106a
4 changed files with 547 additions and 120 deletions

View file

@ -90,6 +90,7 @@ fn main() -> Result<()> {
const INTRINSICS_GENERATE: &[&str] = &[
"_mm_abs_epi16",
"_mm_abs_epi8",
"_mm_setr_epi8",
"_mm_setr_epi16",
"_mm_setr_epi32",