aboutsummaryrefslogtreecommitdiff
path: root/pl/math/vn_exp_tail.c
blob: 52a57feefbffd85acf01eec01f22216da813a629 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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