mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v25.1
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
// is no significant 64 bit vectorization therefore SSE2 is the practical
|
||||
// minimum for using this code.
|
||||
//
|
||||
// MMX: 64 bit vectors (Not used in cpuminer-opt)
|
||||
// SSE2: 128 bit vectors (64 bit CPUs only, such as Intel Core2.
|
||||
// AVX2: 256 bit vectors (Starting with Intel Haswell and AMD Ryzen)
|
||||
// AVX512: 512 bit vectors (Starting with SkylakeX)
|
||||
@@ -217,9 +216,6 @@
|
||||
|
||||
#include "simd-utils/simd-int.h"
|
||||
|
||||
// x86_64 MMX 64 bit vectors
|
||||
#include "simd-utils/simd-64.h"
|
||||
|
||||
// x86_64 SSE2 128 bit vectors
|
||||
#include "simd-utils/simd-128.h"
|
||||
|
||||
|
Reference in New Issue
Block a user