         MODULE=embree
        VERSION=4.4.1
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/embree/embree/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:dcf338cc61b636c871ccf370e673bfd380c5ecb71ce49ad50f28e1d4ec9995dc
       WEB_SITE=https://www.embree.org/
        ENTERED=20210410
        UPDATED=20260622
          SHORT="collection of high-performance ray tracing kernels"

cat << EOF
Embree is a collection of high-performance ray tracing kernels, developed at
Intel. The target users of Embree are graphics application engineers who want to
improve the performance of their photo-realistic rendering application by
leveraging Embree's performance-optimized ray tracing kernels. The kernels are
optimized for the latest Intel processors with support for SSE, AVX, AVX2, and
AVX-512 instructions. Embree supports runtime code selection to choose the
traversal and build algorithms that best matches the instruction set of your
CPU. We recommend using Embree through its API to get the highest benefit from
future improvements.

Embree is released as Open Source under the Apache 2.0 license.
EOF
