Szabolcs Nagy | 7a1f4cf | 2019-07-18 12:51:41 +0100 | [diff] [blame] | 1 | /* |
2 | * AdvSIMD vector PCS variant of __v_expf. | ||||
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_expf, _ZGVnN4v_expf) | ||||
11 | #include "v_expf.c" | ||||
12 | #endif |