aboutsummaryrefslogtreecommitdiff
path: root/pl/math/vn_tanf_3u2.c
blob: a086cc9368d3e67f2a12397e0c7aa3868972e73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * AdvSIMD vector PCS variant of __v_tanf.
 *
 * Copyright (c) 2020-2022, Arm Limited.
 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
 */
#include "include/mathlib.h"
#ifdef __vpcs
#define VPCS 1
#define VPCS_ALIAS strong_alias (__vn_tanf, _ZGVnN4v_tanf)
#include "v_tanf_3u2.c"
#endif