mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add reciprocal packet op and fast specializations for float with SSE, AVX, and AVX512.
This commit is contained in:
@@ -78,6 +78,7 @@ template<> struct packet_traits<float> : default_packet_traits
|
||||
|
||||
HasCmp = 1,
|
||||
HasDiv = 1,
|
||||
HasReciprocal = EIGEN_FAST_MATH,
|
||||
HasSin = EIGEN_FAST_MATH,
|
||||
HasCos = EIGEN_FAST_MATH,
|
||||
HasLog = 1,
|
||||
|
||||
Reference in New Issue
Block a user