Minor build tweak
This commit is contained in:
@@ -29,9 +29,13 @@
|
||||
#define R__ __restrict
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
#define R__ __restrict__
|
||||
#else
|
||||
#ifdef __GNUC__
|
||||
#define R__ __restrict__
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef R__
|
||||
#define R__
|
||||
|
||||
Reference in New Issue
Block a user