Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_types.h
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | |||||
| /* int8_t, uint16_t, and friends */ | /* int8_t, uint16_t, and friends */ | ||||
| #ifndef _WIN32 | #ifndef _WIN32 | ||||
| #include <stdint.h> | #include <stdint.h> | ||||
| #endif | #endif | ||||
| /* SIMD Types */ | /* SIMD Types */ | ||||
| #include "util_optimization.h" | #include "util/util_optimization.h" | ||||
| #endif | #endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| /* Types | /* Types | ||||
| * | * | ||||
| * Define simpler unsigned type names, and integer with defined number of bits. | * Define simpler unsigned type names, and integer with defined number of bits. | ||||
| ▲ Show 20 Lines • Show All 482 Lines • Show Last 20 Lines | |||||