Added a double-precision implementation of the exp() function for AVX.

This commit is contained in:
Benoit Steiner
2015-05-04 10:42:51 -07:00
parent 4dd7d0b5dc
commit 1dded10cb7
2 changed files with 81 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ template<> struct packet_traits<double> : default_packet_traits
HasHalfPacket = 1,
HasDiv = 1,
HasExp = 0,
HasExp = 1,
HasSqrt = 1,
HasRsqrt = 1,
HasBlend = 1