blob: 51d33d50f6ef25d20b9c276423aba547280067ca [file] [log] [blame]
/*
* AdvSIMD vector PCS variant of __v_atan2f.
*
* Copyright (c) 2019-2023, 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 PL_ALIAS (__vn_atan2f, _ZGVnN4vv_atan2f)
#include "v_atan2f_3u.c"
#endif