RenderKit / embree

Embree ray tracing kernels repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embree Tutorials Fail To Build on arm64 Linux

DDxPlague opened this issue · comments

As part of #429 when currently trying to build on arm64 with default build options, the build will fail due to the use of x86 intrinsics inside of imgui_internal.h file.

Changing EMBREE_TUTORIALS to OFF as well as EMBREE_TUTORIALS_GLFW to OFF fixes this problem.

commented

Thanks, we fixed the issue with imgui on arm builds. Note that EMBREE_TUTORIALS=ON is also supported.

The fix will be included in the next release of embree.