aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/MathFunctions.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-11-26 23:21:29 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-11-26 23:21:29 +0100
commit7655a8af6e780eea2874df6ef8eb57af4d9fd653 (patch)
tree3b1dfc83eea9dc5ae579269e4cd19768d11112a0 /Eigen/src/Core/arch/NEON/MathFunctions.h
parent502f92fa10644629926875a792d12382f22be360 (diff)
cleanup
Diffstat (limited to 'Eigen/src/Core/arch/NEON/MathFunctions.h')
-rw-r--r--Eigen/src/Core/arch/NEON/MathFunctions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Eigen/src/Core/arch/NEON/MathFunctions.h b/Eigen/src/Core/arch/NEON/MathFunctions.h
index f3f6c279e..addaacb9a 100644
--- a/Eigen/src/Core/arch/NEON/MathFunctions.h
+++ b/Eigen/src/Core/arch/NEON/MathFunctions.h
@@ -5,10 +5,6 @@
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-/* The exp function of this file come from
- * Julien Pommier's sse math library: http://gruntthepeon.free.fr/ssemath/
- */
-
#ifndef EIGEN_MATH_FUNCTIONS_NEON_H
#define EIGEN_MATH_FUNCTIONS_NEON_H