]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/arm-optimized-routines/math/vn_log.c
Import atf 0.22 snapshot 55c21b2c5fb189bbdfccb2b297bfa89236502542
[FreeBSD/FreeBSD.git] / contrib / arm-optimized-routines / math / vn_log.c
1 /*
2  * AdvSIMD vector PCS variant of __v_log.
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_log, _ZGVnN2v_log)
11 #include "v_log.c"
12 #endif