Packet Ray Tracing with the ARM NEON Architecture
The ray tracing algorithm has long been used to create near photorealistic images and even simple ray tracers can simulate effects such as shadows, reflections and refractions where other methods struggle. Today, the state-of-the-art CPU ray tracers are typically those that are able to efficiently leverage datalevel parallelism at the instruction level by using SIMD extensions to allow the process
