We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc4ff4 commit 9176da3Copy full SHA for 9176da3
INSTALL.md
@@ -4,7 +4,14 @@
4
Building OSL
5
============
6
7
-OSL currently compiles and runs cleanly on Linux, Mac OS X, and Windows.
+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.
15
16
Dependencies
17
------------
0 commit comments