blob: b57a549eba68b3c9dba8a4f06a68fb80c73352c1 [file] [log] [blame]
Szabolcs Nagya2f717e2019-08-09 16:56:54 +01001/*
2 * AdvSIMD vector PCS variant of __v_cos.
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_cos, _ZGVnN2v_cos)
11#include "v_cos.c"
12#endif