Move Doxygen-only stuff to *.dox

This commit is contained in:
Chen-Pang He
2014-07-05 22:41:58 +08:00
parent 1a817d3b70
commit 7a915f6846
4 changed files with 6 additions and 22 deletions

View File

@@ -220,9 +220,6 @@
/** \brief Namespace containing all symbols from the %Eigen library. */
namespace Eigen {
/** \brief Namespace containing low-level routines from the %Eigen library. */
namespace internal {}
inline static const char *SimdInstructionSetsInUse(void) {
#if defined(EIGEN_VECTORIZE_AVX)
return "AVX SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2";