Hacker News new | ask | show | jobs
by imtringued 963 days ago
manjalyc said it is not a language.
1 comments

#pragma omp target parallel for map(to:v1,v2) map(from:v3)

is sure as hell not part of the C specification.

It's part of the OpenMP specification. C sans OpenMP will just ignore it.