lighttransport / embree-aarch64

AARCH64 port of Embree ray tracing library
Apache License 2.0
48 stars 11 forks source link

Use newer SSE2NEON #25

Closed jserv closed 1 year ago

jserv commented 4 years ago

Current common/math/SSE2NEON.h was derived from older SSE2NEON. Meanwhile, DLTcollab/sse2neon is actively maintained and collaborate with more developers.

I would like to propose the changes to take DLTcollab/sse2neon and work on the pending issues like #24 .

syoyo commented 4 years ago

@jserv Super awesome! Yes, PR of updating SSE2NEON with https://github.com/DLTcollab/sse2neon is appreciated!