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
Loading
Loading
Pipeline
#2784
passed
with stage
in
8 minutes and 55 seconds
Loading
Please register or sign in to comment