]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/arm-optimized-routines/math/vn_exp2f.c
zfs: merge openzfs/zfs@8ae86e2ed (master) into main
[FreeBSD/FreeBSD.git] / contrib / arm-optimized-routines / math / vn_exp2f.c
1 /*
2  * AdvSIMD vector PCS variant of __v_exp2f.
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 #define VPCS_ALIAS strong_alias (__vn_exp2f, _ZGVnN4v_exp2f)
11 #include "v_exp2f.c"
12 #endif