Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:13:50

0001 #ifndef VECCORE_BACKEND_VC_H
0002 #define VECCORE_BACKEND_VC_H
0003 
0004 #ifdef VECCORE_ENABLE_VC
0005 
0006 #pragma GCC diagnostic push
0007 #pragma GCC diagnostic ignored "-Wall"
0008 #pragma GCC diagnostic ignored "-Wextra"
0009 #pragma GCC diagnostic ignored "-Wshadow"
0010 
0011 #include <Vc/Vc>
0012 
0013 #pragma GCC diagnostic pop
0014 
0015 #include "VcScalar.h"
0016 #include "VcVector.h"
0017 #include "VcSimdArray.h"
0018 
0019 #endif // VECCORE_ENABLE_VC
0020 #endif // VECCORE_BACKEND_VC_H