diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-03-26 21:22:26 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-28 22:00:30 +0700 |
commit | 675e52e2e44c1b2a0ced9af21025ab103635b7d2 (patch) | |
tree | d527c26242ca3e26318c130813aaf0c41aff8d9a | |
parent | 91248a8b2fe80b78f3ab4b3c7f507b45e53e7ff8 (diff) |
development/ispc: Update README to note new llvm in extra.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/ispc/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/ispc/README b/development/ispc/README index edb6acc086..c70acd148a 100644 --- a/development/ispc/README +++ b/development/ispc/README @@ -8,5 +8,5 @@ number of program instances execute in parallel on the hardware. ispc is a dependency of embree -IMPORTANT: This build REQUIRES llvm-19.1 from slackware64/extra +IMPORTANT: This build REQUIRES llvm-20 from slackware64/extra (released 2025) |