Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/types.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #ifndef __UTIL_TYPES_H__ | #ifndef __UTIL_TYPES_H__ | ||||
| #define __UTIL_TYPES_H__ | #define __UTIL_TYPES_H__ | ||||
| #if !defined(__KERNEL_METAL__) | |||||
| #include <stdlib.h> | # include <stdlib.h> | ||||
| #endif | |||||
| /* Standard Integer Types */ | /* Standard Integer Types */ | ||||
| #if !defined(__KERNEL_GPU__) | #if !defined(__KERNEL_GPU__) | ||||
| # include <stdint.h> | # include <stdint.h> | ||||
| #endif | #endif | ||||
| #include "util/defines.h" | #include "util/defines.h" | ||||
| ▲ Show 20 Lines • Show All 110 Lines • Show Last 20 Lines | |||||