mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
oops, fix typo
This commit is contained in:
parent
00bc535b66
commit
50a5ac3c4b
@ -149,7 +149,7 @@ namespace Eigen {
|
||||
inline static const char *SimdInstructionsSetInUse(void) {
|
||||
#if defined(EIGEN_VECTORIZE_SSE4_2)
|
||||
return "sse, sse2, sse3, ssse3, sse4.1, sse4.2";
|
||||
#elif defined(EIGEN_VECTORIZE_SSE4_2)
|
||||
#elif defined(EIGEN_VECTORIZE_SSE4_1)
|
||||
return "sse, sse2, sse3, ssse3, sse4.1";
|
||||
#elif defined(EIGEN_VECTORIZE_SSSE3)
|
||||
return "sse, sse2, sse3, ssse3";
|
||||
|
Loading…
x
Reference in New Issue
Block a user