Add ndtri function, the inverse of the normal distribution function.
diff --git a/Eigen/src/Core/arch/GPU/PacketMath.h b/Eigen/src/Core/arch/GPU/PacketMath.h
index 5084fc7..6ba2990 100644
--- a/Eigen/src/Core/arch/GPU/PacketMath.h
+++ b/Eigen/src/Core/arch/GPU/PacketMath.h
@@ -44,6 +44,7 @@
HasPolygamma = 1,
HasErf = 1,
HasErfc = 1,
+ HasNdtri = 1,
HasI0e = 1,
HasI1e = 1,
HasIGamma = 1,
@@ -78,6 +79,7 @@
HasPolygamma = 1,
HasErf = 1,
HasErfc = 1,
+ HasNdtri = 1,
HasI0e = 1,
HasI1e = 1,
HasIGamma = 1,