Skip to content
Commit b24a876f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'use-restrict-qualifier' into 'master'

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.

See merge request !12
parents 8eb69d1d c3de496b
Pipeline #2844 failed with stage
in 10 minutes and 49 seconds