Hacker News new | ask | show | jobs
by kaba0 964 days ago
Which is a completely separate language.
1 comments

manjalyc said it is not a language.
#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.