[clang] [llvm] OpenMP offload 'simd' directive (PR #91261)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 16:33:59 PDT 2024


================
@@ -167,6 +167,9 @@ double omp_get_wtick(void);
 
 double omp_get_wtime(void);
 ///}
+
+int omp_get_simd_lane(void);
----------------
jdoerfert wrote:

ompx_, assuming this is not in the standard.

https://github.com/llvm/llvm-project/pull/91261


More information about the llvm-commits mailing list