Skip to content
Snippets Groups Projects
Commit d1d25d43 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Adapt module.tmpl.cpp to MSVC __restrict

parent 650389ea
No related merge requests found
Pipeline #22627 failed with stage
in 3 minutes and 45 seconds
#ifdef _MSC_BUILD
#define RESTRICT __restrict
#else
#define RESTRICT __restrict__
//#if GOOGLE_CUDA
//#define EIGEN_USE_GPU
//#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
//#endif
#endif
{% for header in headers -%}
#include {{ header }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment