• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * AdvSIMD vector PCS variant of __v_acoshf.
3  *
4  * Copyright (c) 2023, Arm Limited.
5  * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
6  */
7 #include "include/mathlib.h"
8 #ifdef __vpcs
9 #define VPCS 1
10 #define VPCS_ALIAS PL_ALIAS (__vn_acoshf, _ZGVnN4v_acoshf)
11 #include "v_acoshf_3u1.c"
12 #endif
13