mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Extend the generic psin_float code to handle cosine and make SSE and AVX use it (-> this adds pcos for AVX)
This commit is contained in:
@@ -63,7 +63,7 @@ template<> struct packet_traits<float> : default_packet_traits
|
||||
|
||||
HasDiv = 1,
|
||||
HasSin = EIGEN_FAST_MATH,
|
||||
HasCos = 0,
|
||||
HasCos = EIGEN_FAST_MATH,
|
||||
HasLog = 1,
|
||||
HasExp = 1,
|
||||
HasSqrt = 1,
|
||||
|
||||
Reference in New Issue
Block a user