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

@@ -33,6 +33,10 @@ typedef union
uint32_t u32[8];
} __attribute__ ((aligned (32))) m256_ovly;
#define v256_64(i) _mm256_set1_epi64x(i)
#define v256_32(i) _mm256_set1_epi32(i)
//
// Pointer casting