]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/arm-optimized-routines/math/vn_expf_1u.c
contrib/bc: merge version 5.1.0 from vendor branch
[FreeBSD/FreeBSD.git] / contrib / arm-optimized-routines / math / vn_expf_1u.c
1 /*
2  * AdvSIMD vector PCS variant of __v_expf_1u.
3  *
4  * Copyright (c) 2019, Arm Limited.
5  * SPDX-License-Identifier: MIT
6  */
7 #include "mathlib.h"
8 #ifdef __vpcs
9 #define VPCS 1
10 #include "v_expf_1u.c"
11 #endif