Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_optimization.h
| Show First 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | |||||
| #elif (defined(__x86_64__) || defined(__i386__)) | #elif (defined(__x86_64__) || defined(__i386__)) | ||||
| # include <x86intrin.h> | # include <x86intrin.h> | ||||
| #endif | #endif | ||||
| #else | #else | ||||
| /* MinGW64 has conflicting declarations for these SSE headers in <windows.h>. | /* MinGW64 has conflicting declarations for these SSE headers in <windows.h>. | ||||
| * Since we can't avoid including <windows.h>, better only include that */ | * Since we can't avoid including <windows.h>, better only include that */ | ||||
| #include "util_windows.h" | #include "util/util_windows.h" | ||||
| #endif | #endif | ||||
| #endif | #endif | ||||
| #endif /* __UTIL_OPTIMIZATION_H__ */ | #endif /* __UTIL_OPTIMIZATION_H__ */ | ||||