![]() |
NEURON
|
#include "gccfeatures.h"Go to the source code of this file.
Macros | |
| #define | R123_USE_X86INTRIN_H 0 |
| #define | R123_USE_CXX11_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions) |
| #define | R123_USE_CXX11_STATIC_ASSERT __has_feature(cxx_static_assert) |
| #define | R123_USE_CXX11_CONSTEXPR __has_feature(cxx_constexpr) |
| #define | R123_USE_CXX11_EXPLICIT_CONVERSIONS __has_feature(cxx_explicit_conversions) |
| #define | R123_USE_CXX11_RANDOM 0 |
| #define | R123_USE_CXX11_TYPE_TRAITS 0 |
| #define R123_USE_CXX11_CONSTEXPR __has_feature(cxx_constexpr) |
Definition at line 52 of file clangfeatures.h.
| #define R123_USE_CXX11_EXPLICIT_CONVERSIONS __has_feature(cxx_explicit_conversions) |
Definition at line 56 of file clangfeatures.h.
| #define R123_USE_CXX11_RANDOM 0 |
Definition at line 66 of file clangfeatures.h.
| #define R123_USE_CXX11_STATIC_ASSERT __has_feature(cxx_static_assert) |
Definition at line 48 of file clangfeatures.h.
| #define R123_USE_CXX11_TYPE_TRAITS 0 |
Definition at line 74 of file clangfeatures.h.
| #define R123_USE_CXX11_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions) |
Definition at line 44 of file clangfeatures.h.
| #define R123_USE_X86INTRIN_H 0 |
Definition at line 39 of file clangfeatures.h.