mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-23 14:53:13 +08:00
Disable patan for double on PPC.
This commit is contained in:
parent
ab407b2b6e
commit
886aad1361
@ -2708,7 +2708,7 @@ template<> struct packet_traits<double> : default_packet_traits
|
|||||||
HasAbs = 1,
|
HasAbs = 1,
|
||||||
HasSin = 0,
|
HasSin = 0,
|
||||||
HasCos = 0,
|
HasCos = 0,
|
||||||
HasATan = 1,
|
HasATan = 0,
|
||||||
HasLog = 0,
|
HasLog = 0,
|
||||||
HasExp = 1,
|
HasExp = 1,
|
||||||
HasSqrt = 1,
|
HasSqrt = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user