Grok 20.3.2
grk_restrict.h
Go to the documentation of this file.
1#pragma once
2
3#if defined(__GNUC__)
4#define GRK_RESTRICT __restrict__
5#else
6#define GRK_RESTRICT /* GRK_RESTRICT */
7#endif