mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
dce2c71d13
Reported by: portscout
15 lines
674 B
Plaintext
15 lines
674 B
Plaintext
Embree is a collection of high-performance ray tracing kernels developed
|
|
at Intel. The target users of Embree are graphics application engineers
|
|
that want to improve the performance of their application by leveraging
|
|
the optimized ray tracing kernels of Embree.
|
|
|
|
These kernels are optimized for photo-realistic rendering on the latest
|
|
Intel processors with support for SSE, AVX, AVX2, AVX512, and the 16-wide
|
|
Intel Xeon Phi coprocessor vector instructions.
|
|
|
|
Embree supports applications written with the Intel SPMD Program Compiler
|
|
(ISPC, available as `devel/ispc' port) by also providing an ISPC interface
|
|
to the core ray tracing algorithms.
|
|
|
|
WWW: https://www.embree.org/
|