mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.23.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user