mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Disable patan for double on PPC.
This commit is contained in:
@@ -2708,7 +2708,7 @@ template<> struct packet_traits<double> : default_packet_traits
|
||||
HasAbs = 1,
|
||||
HasSin = 0,
|
||||
HasCos = 0,
|
||||
HasATan = 1,
|
||||
HasATan = 0,
|
||||
HasLog = 0,
|
||||
HasExp = 1,
|
||||
HasSqrt = 1,
|
||||
|
||||
Reference in New Issue
Block a user