ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Macros
support.h File Reference
#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...
 

Macro Definition Documentation

#define VC_TARGET_NO_SIMD

Definition at line 32 of file support.h.