This commit is contained in:
Jay D Dee
2023-09-21 12:34:06 -04:00
parent d6b5750362
commit be88afc349
113 changed files with 3349 additions and 2920 deletions

View File

@@ -43,6 +43,9 @@ typedef union
} __attribute__ ((aligned (16))) m128_ovly;
#define v128_64(i) _mm_set1_epi64x(i)
#define v128_32(i) _mm_set1_epi32(i)
// Deprecated. AVX512 adds EVEX encoding (3rd operand) and other improvements
// that make these functions either unnecessary or inefficient.
// In cases where an explicit move betweeen GP & SIMD registers is still