v.19.14Performance Improvement
Using Fastops Library for Functions Exp, Log, Sigmoid, Tanh
UsingFastOpslibrary for functionsexp,log,sigmoid,tanh. FastOps is a fast vector math library from Michael Parakhin (Yandex CTO). Improved performance ofexpandlogfunctions more than 6 times. The functionsexpandlogfromFloat32argument will returnFloat32(in previous versions they always returnFloat64). Nowexp(nan)may returninf. The result ofexpandlogfunctions may be not the nearest machine representable number to the true answer. #6254 (alexey-milovidov) Using Danila Kutenin variant to make fastops working #6317 (alexey-milovidov)