![]() |
ROOT
6.06/09
Reference Guide
|
#include <Vc/cpuid.h>
Include dependency graph for support.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Vc | |
Macros | |
| #define | VC_TARGET_NO_SIMD |
Functions | |
Micro-Architecture Feature Tests | |
| VC_TARGET_NO_SIMD unsigned int | ROOT::Vc::extraInstructionsSupported () |
| Determines the extra instructions supported by the current CPU. More... | |
| VC_TARGET_NO_SIMD bool | ROOT::Vc::isImplementationSupported (Vc::Implementation impl) |
| Tests whether the given implementation is supported by the system the code is executing on. More... | |
| template<typename Impl > | |
| static VC_TARGET_NO_SIMD bool | ROOT::Vc::isImplementationSupported () |
| VC_TARGET_NO_SIMD Vc::Implementation | ROOT::Vc::bestImplementationSupported () |
| Determines the best supported implementation for the current system. More... | |
| static VC_TARGET_NO_SIMD bool | ROOT::Vc::currentImplementationSupported () |
| Tests that the CPU and Operating System support the vector unit which was compiled for. More... | |