Andrey Bushev
Results
2
issues of
Andrey Bushev
Please add support for `__restrict__` extension. Currently ms extension `__restrict` is supported, however using gnu `__restrict__` results in error. [GCC 7.2 Restricting Pointer Aliasing](https://gcc.gnu.org/onlinedocs/gcc/Restricted-Pointers.html)
Please add support for `__restrict__` extension. - restrict is not a valid C++ keyword, though many code-bases do `#define restrict __restrict__` - ms extension `__restrict` is currently supported - gcc/clang...