aboutsummaryrefslogtreecommitdiff
path: root/math/vn_exp2f_1u.c
blob: 17bd0abd7a60450f157462def7fb66b450044a75 (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
 */
#include "mathlib.h"
#ifdef __vpcs
#define VPCS 1
#include "v_exp2f_1u.c"
#endif