diff options
-rw-r--r-- | common.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -89,6 +89,10 @@ extern "C" { #include <sched.h> #endif +#ifdef OS_DARWIN +#include <sched.h> +#endif + #ifdef OS_WINDOWS #ifdef ATOM #define GOTO_ATOM ATOM |
index : platform/upstream/openblas | ||
Domain: Machine Learning / ML Framework; Licenses: BSD-3-Clause; | Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com> |
summaryrefslogtreecommitdiff |
-rw-r--r-- | common.h | 4 |
@@ -89,6 +89,10 @@ extern "C" { #include <sched.h> #endif +#ifdef OS_DARWIN +#include <sched.h> +#endif + #ifdef OS_WINDOWS #ifdef ATOM #define GOTO_ATOM ATOM |