aboutsummaryrefslogtreecommitdiff
path: root/math/vn_exp2f_1u.c
blob: 3e3a24705614f15a263f2f0740b9ead6a47e5644 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * AdvSIMD vector PCS variant of __v_exp2f_1u.
 *
 * Copyright (c) 2019, Arm Limited.
 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
 */
#include "mathlib.h"
#ifdef __vpcs
#define VPCS 1
#include "v_exp2f_1u.c"
#endif