blob: 17ba6b8e45f55f967657e39f871d6041358f3014 [file] [log] [blame]
/*
* AdvSIMD vector PCS variant of __v_atanf.
*
* Copyright (c) 2021-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_atanf, _ZGVnN4v_atanf)
#include "v_atanf_3u.c"
#endif