This commit is contained in:
Gael Guennebaud
2018-11-26 23:21:29 +01:00
parent 502f92fa10
commit 7655a8af6e
4 changed files with 3 additions and 49 deletions

View File

@@ -10,7 +10,7 @@
#ifndef EIGEN_MATH_FUNCTIONS_AVX_H
#define EIGEN_MATH_FUNCTIONS_AVX_H
/* The sin, cos, and exp functions of this file are loosely derived from
/* The sin and cos functions of this file are loosely derived from
* Julien Pommier's sse math library: http://gruntthepeon.free.fr/ssemath/
*/