aboutsummaryrefslogtreecommitdiff
path: root/math/vn_expf_1u.c
blob: 3be7768148225aa7756bd5f19a2dd026ab2d35f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * AdvSIMD vector PCS variant of __v_expf_1u.
 *
 * Copyright (c) 2019, Arm Limited.
 * SPDX-License-Identifier: MIT
 */
#include "mathlib.h"
#ifdef __vpcs
#define VPCS 1
#include "v_expf_1u.c"
#endif