aboutsummaryrefslogtreecommitdiff
path: root/math/vn_sinf.c
blob: 6e880c60dc393cef29d366dd5ee44afa5ff1c174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * AdvSIMD vector PCS variant of __v_sinf.
 *
 * Copyright (c) 2019, Arm Limited.
 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
 */
#include "mathlib.h"
#ifdef __vpcs
#define VPCS 1
#define VPCS_ALIAS strong_alias (__vn_sinf, _ZGVnN4v_sinf)
#include "v_sinf.c"
#endif