diff options
Diffstat (limited to 'math/s_sin.c')
-rw-r--r-- | math/s_sin.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/s_sin.c b/math/s_sin.c new file mode 100644 index 000000000000..06982c2018c6 --- /dev/null +++ b/math/s_sin.c @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2019, Arm Limited. + * SPDX-License-Identifier: MIT + */ +#define SCALAR 1 +#include "v_sin.c" |