mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
Fixing typo.
This commit is contained in:
parent
22031ab59a
commit
67711eaa31
@ -1095,7 +1095,7 @@ bool all(T t, Ts ... ts){ return t && all(ts...); }
|
||||
// Wrapping #pragma unroll in a macro since it is required for SYCL
|
||||
#if defined(__SYCL_DEVICE_ONLY__)
|
||||
#if defined(_MSC_VER)
|
||||
#define EIGEN_UNROLL_LOOP __Pragma(unroll)
|
||||
#define EIGEN_UNROLL_LOOP __pragma(unroll)
|
||||
#else
|
||||
#define EIGEN_UNROLL_LOOP _Pragma("unroll")
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user