Szabolcs Nagy | a2f717e | 2019-08-09 16:56:54 +0100 | [diff] [blame] | 1 | /* |
2 | * AdvSIMD vector PCS variant of __v_sin. | ||||
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_sin, _ZGVnN2v_sin) | ||||
11 | #include "v_sin.c" | ||||
12 | #endif |