]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/arm-optimized-routines/math/v_exp.h
MFV: xz 5.2.9
[FreeBSD/FreeBSD.git] / contrib / arm-optimized-routines / math / v_exp.h
1 /*
2  * Declarations for double-precision e^x vector function.
3  *
4  * Copyright (c) 2019, Arm Limited.
5  * SPDX-License-Identifier: MIT
6  */
7
8 #include "v_math.h"
9 #if WANT_VMATH
10
11 #define V_EXP_TABLE_BITS 7
12
13 extern const u64_t __v_exp_data[1 << V_EXP_TABLE_BITS] HIDDEN;
14 #endif