![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include <boost/python.hpp>
Go to the source code of this file.
Macros | |
| #define | cpuid(func, ax, bx, cx, dx) __asm__ __volatile__( "cpuid" : "=a"( ax ), "=b"( bx ), "=c"( cx ), "=d"( dx ) : "a"( func ) ); |
Functions | |
| bool | is_nehalem () |
| const char * | CPUFamily () |
| BOOST_PYTHON_MODULE (PyCPUFamily) | |
Python module to be able to check the processor family (Core/Nehalem)
Definition in file CPUFamily.cpp.
| #define cpuid | ( | func, | |
| ax, | |||
| bx, | |||
| cx, | |||
| dx | |||
| ) | __asm__ __volatile__( "cpuid" : "=a"( ax ), "=b"( bx ), "=c"( cx ), "=d"( dx ) : "a"( func ) ); |
Definition at line 26 of file CPUFamily.cpp.
| BOOST_PYTHON_MODULE | ( | PyCPUFamily | ) |
Definition at line 47 of file CPUFamily.cpp.
| const char* CPUFamily | ( | ) |
Definition at line 39 of file CPUFamily.cpp.