#include <iostream>
#include "../Eigen/Core"
Go to the source code of this file.
◆ DUMP_CPUID
#define DUMP_CPUID |
( |
|
CODE | ) |
|
Value: {\
int abcd[4]; \
abcd[0] = abcd[1] = abcd[2] = abcd[3] = 0;\
EIGEN_CPUID(abcd, CODE, 0); \
std::cout << "The code " << CODE << " gives " \
<< (int*)(abcd[0]) << " " << (int*)(abcd[1]) << " " \
<< (int*)(abcd[2]) << " " << (int*)(abcd[3]) << " " << std::endl; \
}
Definition at line 9 of file check_cache_queries.cpp.
◆ EIGEN_INTERNAL_DEBUG_CACHE_QUERY
#define EIGEN_INTERNAL_DEBUG_CACHE_QUERY |
◆ main()