12 lines
249 B
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
|