aboutsummaryrefslogtreecommitdiff
path: root/math/tools/exp.sollya
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:50 +0000
commit219c4ddf97832e98100464880643de3291a5c7bb (patch)
treeb6182e391304fb3a42c51d482dcf671f540f2363 /math/tools/exp.sollya
parent75857f354f5017f121ae2754659999644e2c2568 (diff)
parent172d24a7ae67ee7bae413d5a8618f1b5edc002be (diff)
downloadarm-optimized-routines-android14-mainline-os-statsd-release.tar.gz
Change-Id: Ifeec361e359fb697646752e4e67d4f13c4ebda30
Diffstat (limited to 'math/tools/exp.sollya')
-rw-r--r--math/tools/exp.sollya2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tools/exp.sollya b/math/tools/exp.sollya
index b7a462c..0668bdb 100644
--- a/math/tools/exp.sollya
+++ b/math/tools/exp.sollya
@@ -1,7 +1,7 @@
// polynomial for approximating e^x
//
// Copyright (c) 2019, Arm Limited.
-// SPDX-License-Identifier: MIT
+// SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
deg = 5; // poly degree
N = 128; // table entries