diff options
Diffstat (limited to 'pl/math/s_expf.c')
-rw-r--r-- | pl/math/s_expf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pl/math/s_expf.c b/pl/math/s_expf.c new file mode 100644 index 000000000000..557a2e3d36af --- /dev/null +++ b/pl/math/s_expf.c @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2019-2023, Arm Limited. + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception + */ +#define SCALAR 1 +#include "v_expf.c" |