Skip to content

Commit 9176da3

Browse files
committed
docs: More detail about supported platforms in INSTALL.md (#1796)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 0cc4ff4 commit 9176da3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

INSTALL.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
Building OSL
55
============
66

7-
OSL currently compiles and runs cleanly on Linux, Mac OS X, and Windows.
7+
OSL currently compiles and runs cleanly on Linux (x86_64), Mac OS X (x86_64
8+
and aarch64), and Windows (x86_64). It may build and run on other platforms as
9+
well, but we don't officially support or test other than these platforms.
10+
11+
Shader execution is supported on the native architectures of those x86_64 and
12+
aarch64 platforms, a special batched 8- or 16-wide SIMD execution mode
13+
requiring x86_64 with AVX2 or AVX-512 instructions, as well as on NVIDIA GPUs
14+
using Cuda+OptiX.
815

916
Dependencies
1017
------------

0 commit comments

Comments
 (0)