VecCore
0.8.1
C++ Library for Portable SIMD Vectorization
Loading...
Searching...
No Matches
Vc.h
Go to the documentation of this file.
1
#ifndef VECCORE_BACKEND_VC_H
2
#define VECCORE_BACKEND_VC_H
3
4
#ifdef VECCORE_ENABLE_VC
5
6
#pragma GCC diagnostic push
7
#pragma GCC diagnostic ignored "-Wall"
8
#pragma GCC diagnostic ignored "-Wextra"
9
#pragma GCC diagnostic ignored "-Wshadow"
10
11
#include <Vc/Vc>
12
13
#pragma GCC diagnostic pop
14
15
#include "
VcScalar.h
"
16
#include "
VcVector.h
"
17
#include "
VcSimdArray.h
"
18
19
#endif
// VECCORE_ENABLE_VC
20
#endif
// VECCORE_BACKEND_VC_H
VcScalar.h
VcSimdArray.h
VcVector.h
VecCore
Backend
Vc.h
Generated by
1.9.6