Linux build fixes

This commit is contained in:
Matt Pharr
2011-09-17 13:42:46 -07:00
parent 2405dae8e6
commit 9052d4b10b
3 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,9 @@
#include <stdint.h>
#include <stdlib.h>
#include <memory.h>
#ifdef ISPC_IS_LINUX
#include <malloc.h>
#endif
#ifdef ISPC_HAVE_SVML
#include <xmmintrin.h>