graphics/embree: Mark as 64-bit only.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-03-22 16:15:45 -04:00 committed by Willy Sudiarto Raharjo
parent 59efd1ebb1
commit e48d132d7e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -6,6 +6,9 @@ performance- optimized ray tracing kernels. The kernels are optimized
for the latest Intel® processors with support for SSE, AVX, AVX2, and
AVX-512 instructions.
Note to 32-bit users: This is x86_64 only, due to its use of CPU
instructions that don't exist on 32-bit x86 processors.
Intel® Embree supports runtime code selection to choose the traversal
and build algorithms that best matches the instruction set of your CPU.
We recommend using Intel® Embree through its API to get the highest

View File

@ -1,10 +1,10 @@
PRGNAM="embree"
VERSION="3.12.1"
HOMEPAGE="https://www.embree.org"
DOWNLOAD="https://github.com/embree/embree/archive/v3.12.1/embree-3.12.1.tar.gz"
MD5SUM="2d24fa44db63ae1900cf6279140abd8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/embree/embree/archive/v3.12.1/embree-3.12.1.tar.gz"
MD5SUM_x86_64="2d24fa44db63ae1900cf6279140abd8a"
REQUIRES="glfw3"
MAINTAINER="Fernando Lopez Jr."
EMAIL="fernando.lopezjr@gmail.com"