Added zeta function.

This commit is contained in:
Till Hoffmann
2016-04-01 13:32:29 +01:00
parent af4ef540bf
commit dd5d390daf
9 changed files with 256 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ template<> struct packet_traits<float> : default_packet_traits
HasRsqrt = 1,
HasLGamma = 1,
HasDiGamma = 1,
HasZeta = 1,
HasErf = 1,
HasErfc = 1,
HasIgamma = 1,