diff options
Diffstat (limited to 'math/s_powf.c')
-rw-r--r-- | math/s_powf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_powf.c b/math/s_powf.c index 6d91a4a72b37..1d55d90df7b2 100644 --- a/math/s_powf.c +++ b/math/s_powf.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2019, Arm Limited. - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ #define SCALAR 1 #include "v_powf.c" |