mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 20:56:00 +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
|
// Wrapping #pragma unroll in a macro since it is required for SYCL
|
||||||
#if defined(__SYCL_DEVICE_ONLY__)
|
#if defined(__SYCL_DEVICE_ONLY__)
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define EIGEN_UNROLL_LOOP __Pragma(unroll)
|
#define EIGEN_UNROLL_LOOP __pragma(unroll)
|
||||||
#else
|
#else
|
||||||
#define EIGEN_UNROLL_LOOP _Pragma("unroll")
|
#define EIGEN_UNROLL_LOOP _Pragma("unroll")
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user