Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaba0
964 days ago
Which is a completely separate language.
1 comments
imtringued
964 days ago
manjalyc said it is not a language.
link
kaba0
963 days ago
#pragma omp target parallel for map(to:v1,v2) map(from:v3)
is sure as hell not part of the C specification.
link
marginalia_nu
963 days ago
It's part of the OpenMP specification. C sans OpenMP will just ignore it.
link