ECR #333755 - Fixed a linux compilation issue.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133846]
[ROCm/ROCR-Runtime commit: 04f5ef2fd8]
This commit is contained in:
@@ -16,15 +16,15 @@
|
||||
using namespace std;
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#include <sys/time.h>
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <time.h>
|
||||
#include <windows.h>
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <x86intrin.h>
|
||||
#else
|
||||
#if defined(_MSC_VER)
|
||||
#include <time.h>
|
||||
#include <windows.h>
|
||||
#include <intrin.h>
|
||||
#endif // _MSC_VER
|
||||
#endif // __GNUC__
|
||||
|
||||
#define HSA_FAILURE 1
|
||||
#define HSA_SUCCESS 0
|
||||
|
||||
Reference in New Issue
Block a user