aboutsummaryrefslogtreecommitdiff
path: root/contrib/arm-optimized-routines/math/log2.c
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2023-06-09 16:56:02 +0000
committerAndrew Turner <andrew@FreeBSD.org>2023-06-09 16:56:02 +0000
commit072a4ba82a01476eaee33781ccd241033eefcf0b (patch)
treecaa6144dde0c7923c17942f573ee0d548a33a609 /contrib/arm-optimized-routines/math/log2.c
parent1dd169af7143db4df613f273e565919c1c2b53f5 (diff)
parent29866ecb89620f1c798b7f5ff6710255f13aa52e (diff)
downloadsrc-072a4ba82a01476eaee33781ccd241033eefcf0b.tar.gz
src-072a4ba82a01476eaee33781ccd241033eefcf0b.zip
Update the Arm Optimized Routine library to v23.01
Sponsored by: Arm Ltd
Diffstat (limited to 'contrib/arm-optimized-routines/math/log2.c')
-rw-r--r--contrib/arm-optimized-routines/math/log2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/arm-optimized-routines/math/log2.c b/contrib/arm-optimized-routines/math/log2.c
index 55102b772969..3f9c21b03962 100644
--- a/contrib/arm-optimized-routines/math/log2.c
+++ b/contrib/arm-optimized-routines/math/log2.c
@@ -2,7 +2,7 @@
* Double-precision log2(x) function.
*
* Copyright (c) 2018-2019, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include <float.h>