Commit 95a28df5c provided implementation for GOMP*_nonmonotonic*runtime* functions. Now the tests succeed with gcc 9 and 10
6 lines
132 B
C
6 lines
132 B
C
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
|
|
// REQUIRES: ompt
|
|
|
|
#define SCHEDULE runtime
|
|
#include "base.h"
|