File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 403403
404404
405405#if defined(__clang__)
406- #define LVARRAY_RESTRICT __restrict__
407- #define LVARRAY_RESTRICT_REF __restrict__
408- #define LVARRAY_RESTRICT_THIS
409- #define LVARRAY_INTEL_CONSTEXPR constexpr
406+ #define LVARRAY_RESTRICT __restrict__
407+ #define LVARRAY_RESTRICT_REF __restrict__
408+ #define LVARRAY_RESTRICT_THIS
409+ #define LVARRAY_INTEL_CONSTEXPR constexpr
410410#elif defined(__GNUC__)
411411 #if defined(__INTEL_COMPILER)
412- #define LVARRAY_RESTRICT __restrict__
413- #define LVARRAY_RESTRICT_REF __restrict__
414- #define LVARRAY_RESTRICT_THIS
415- #define LVARRAY_INTEL_CONSTEXPR
412+ #define LVARRAY_RESTRICT __restrict__
413+ #define LVARRAY_RESTRICT_REF __restrict__
414+ #define LVARRAY_RESTRICT_THIS
415+ #define LVARRAY_INTEL_CONSTEXPR
416416 #else
417- #define LVARRAY_RESTRICT __restrict__
418- #define LVARRAY_RESTRICT_REF __restrict__
419- #define LVARRAY_RESTRICT_THIS
420- #define LVARRAY_INTEL_CONSTEXPR constexpr
417+ #define LVARRAY_RESTRICT __restrict__
418+ #define LVARRAY_RESTRICT_REF __restrict__
419+ #define LVARRAY_RESTRICT_THIS
420+ #define LVARRAY_INTEL_CONSTEXPR constexpr
421421 #endif
422422#endif
423423
You can’t perform that action at this time.
0 commit comments