mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-02 00:34:14 +08:00
Pulled latest changes from the main branch
This commit is contained in:
commit
d13711a363
@ -58,8 +58,8 @@ template<> struct packet_traits<float> : default_packet_traits
|
||||
HasCos = 0,
|
||||
HasLog = 0,
|
||||
HasExp = 0,
|
||||
HasSqrt = 0
|
||||
HasBlend = 1,
|
||||
HasSqrt = 0,
|
||||
HasBlend = 1
|
||||
};
|
||||
};
|
||||
template<> struct packet_traits<double> : default_packet_traits
|
||||
@ -73,8 +73,8 @@ template<> struct packet_traits<double> : default_packet_traits
|
||||
HasHalfPacket = 1,
|
||||
|
||||
HasDiv = 1,
|
||||
HasExp = 0
|
||||
HasBlend = 1,
|
||||
HasExp = 0,
|
||||
HasBlend = 1
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user