Skip to content

Use type qualifier __restrict__ instead of keyword restrict

Dominic Kempf requested to merge dokempf/cgen:restrict_qualifter into master

because C++ does not have the latter.

FWIW, CUDA already used restrict before this commit! I guess that means, CudaRestrictPointer could be deprecated?

Merge request reports

Loading