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 0f6a22b commit 1a46be1Copy full SHA for 1a46be1
docs/ispc.rst
@@ -1409,6 +1409,9 @@ preprocessor runs:
1409
- 1
1410
- The macro is defined if float16 type is supported by the ``ispc`` target.
1411
The implementation may rely either on native hardware support or emulation.
1412
+ * - ISPC_TARGET_HAS_RAND
1413
+ - 1
1414
+ - The macro is defined if the target supports the ``rand()`` function.
1415
* - ISPC_FP64_SUPPORTED
1416
1417
- The macro is defined if double type is supported by the target
0 commit comments