RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.37k stars 389 forks source link

Add Windows ARM64 MinGW build support #414

Closed driver1998 closed 1 year ago

driver1998 commented 1 year ago

Tested in Clang 15/MinGW, on MSYS2 clangarm64 environment.

Two minor workarounds not in this PR are needed for a successful build:

I didn't include them in the PR because I think they are ugly hacks and we should figure out a cleaner way.

屏幕截图(62)

driver1998 commented 1 year ago

Looks like this is pretty much the same as https://github.com/embree/embree/pull/412. Close this PR then.