unplugged-system/external/arm-optimized-routines/pl/math/vn_exp_tail.c

12 lines
249 B
C

/*
* AdvSIMD vector PCS variant of __v_erfc.
*
* 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
#include "v_exp_tail.c"
#endif