Discussion:
fortran intrinsics
NightStrike
2018-08-29 15:00:38 UTC
Permalink
Are there any gcc intrinsics to let me do TLS without openmp in fortran?

Also, are the fortran intrinisics like atomicfetchadd compatible with
the gcc __atomic builtins of the same name? If so, what memory model
do they follow?

Loading...