Skip to content

Commit 19e29cb

Browse files
committed
Fixed GCC compilation
1 parent 55dd846 commit 19e29cb

File tree

1 file changed

+4
-0
lines changed
  • RadeonRays/src/accelerator

1 file changed

+4
-0
lines changed

RadeonRays/src/accelerator/bvh2.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ THE SOFTWARE.
2929
#include "../primitive/mesh.h"
3030
#include "../primitive/instance.h"
3131

32+
#ifndef WIN32
33+
#define _MM_ALIGN16
34+
#endif
35+
3236
namespace RadeonRays
3337
{
3438

0 commit comments

Comments
 (0)