Y
Hacker News
new
|
ask
|
show
|
jobs
by
imtringued
963 days ago
manjalyc said it is not a language.
1 comments
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
is sure as hell not part of the C specification.