[C++][SIMD] Fast Exponential Computation on SIMD Architectures – Implementation
Here is my implementation of the paper: “Fast Exponential Computation on SIMD Architectures” https://www.researchgate.net/publication/272178514_Fast_Exponential_Computation_on_SIMD_Architectures This code has been taken from Inastemp ( https://gitlab.mpcdf.mpg.de/bbramas/inastemp ) which is under MIT licence.