blob: 6321d4620fa700ece0d12e0ccd2445fbd4a299ec [file] [log] [blame]
Szabolcs Nagyc5cba852019-08-09 15:39:09 +01001/*
2 * AdvSIMD vector PCS variant of __v_cosf.
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_cosf, _ZGVnN4v_cosf)
11#include "v_cosf.c"
12#endif