mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
59efd1ebb1
commit
e48d132d7e
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue