mirror of
https://github.com/Noratrieb/intringen.git
synced 2026-01-16 06:35:03 +01:00
more things that are bad
This commit is contained in:
parent
f2c631106a
commit
f70bb0b3ab
4 changed files with 443 additions and 271 deletions
|
|
@ -89,12 +89,30 @@ fn main() -> Result<()> {
|
|||
}
|
||||
|
||||
const INTRINSICS_GENERATE: &[&str] = &[
|
||||
/////
|
||||
///// Arithmetic
|
||||
/////
|
||||
"_mm_add_epi16",
|
||||
"_mm_add_epi32",
|
||||
"_mm_add_epi64",
|
||||
// todo: float and __m64 stuff
|
||||
//"_mm_adds_epi16",
|
||||
//"_mm_adds_epi8",
|
||||
//"_mm_adds_epu16",
|
||||
//"_mm_adds_epu8",
|
||||
/////
|
||||
///// Special Math Functions
|
||||
/////
|
||||
"_mm_abs_epi16",
|
||||
"_mm_abs_epi8",
|
||||
"_mm_abs_epi32",
|
||||
"_mm_setr_epi8",
|
||||
"_mm_setr_epi16",
|
||||
"_mm_setr_epi32",
|
||||
"_mm_set_epi64x",
|
||||
/////
|
||||
///// Miscellaneous
|
||||
/////
|
||||
// packing instructions
|
||||
"_mm_packus_epi16",
|
||||
"_mm_packs_epi16",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue