Skip to content
Commit c3de496b authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Use the __restrict__ qualifier instead of the restrict keyword

`restrict` is keyword in C, but in C++ there is only a type qualifier `__restrict__`.
To my knowledge, the latter is available in both languages.
parent f61606df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment