mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Disable the use of MMX instructions since the code is broken on many platforms
This commit is contained in:
@@ -529,7 +529,9 @@ ptranspose(PacketBlock<Packet8h,4>& kernel) {
|
||||
}
|
||||
|
||||
|
||||
#elif defined(EIGEN_VECTORIZE_SSE) && (!EIGEN_ARCH_x86_64) && (!EIGEN_COMP_MSVC)
|
||||
// Disable the following code since it's broken on too many platforms / compilers.
|
||||
//#elif defined(EIGEN_VECTORIZE_SSE) && (!EIGEN_ARCH_x86_64) && (!EIGEN_COMP_MSVC)
|
||||
#elif 0
|
||||
|
||||
typedef struct {
|
||||
__m64 x;
|
||||
|
||||
Reference in New Issue
Block a user