GeNN  4.9.0
GPU enhanced Neuronal Networks (GeNN)
clangfeatures.h File Reference
#include "gccfeatures.h"

Go to the source code of this file.

Macros

#define R123_USE_X86INTRIN_H   ((defined(__x86_64__)||defined(__i386__)))
 
#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
 

Macro Definition Documentation

◆ R123_USE_CXX11_CONSTEXPR

#define R123_USE_CXX11_CONSTEXPR   __has_feature(cxx_constexpr)

◆ R123_USE_CXX11_EXPLICIT_CONVERSIONS

#define R123_USE_CXX11_EXPLICIT_CONVERSIONS   __has_feature(cxx_explicit_conversions)

◆ R123_USE_CXX11_RANDOM

#define R123_USE_CXX11_RANDOM   0

◆ R123_USE_CXX11_STATIC_ASSERT

#define R123_USE_CXX11_STATIC_ASSERT   __has_feature(cxx_static_assert)

◆ R123_USE_CXX11_TYPE_TRAITS

#define R123_USE_CXX11_TYPE_TRAITS   0

◆ R123_USE_CXX11_UNRESTRICTED_UNIONS

#define R123_USE_CXX11_UNRESTRICTED_UNIONS   __has_feature(cxx_unrestricted_unions)

◆ R123_USE_X86INTRIN_H

#define R123_USE_X86INTRIN_H   ((defined(__x86_64__)||defined(__i386__)))