MCPcopy Create free account
hub / github.com/catboost/catboost / FastExpInplaceAvx2

Function FastExpInplaceAvx2

library/cpp/fast_exp/fast_exp_avx2.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <contrib/libs/fmath/fmath.hpp>
2
3void FastExpInplaceAvx2(double* x, size_t count) {
4 fmath::expd_v(x, count);
5}

Callers 2

FastExpInplaceFunction · 0.85
FastExpWithInfInplaceFunction · 0.85

Calls 1

expd_vFunction · 0.85

Tested by

no test coverage detected