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