Visible to Intel only — GUID: GUID-A4198EB6-0893-4A38-9932-0ACD5AEF498E
Visible to Intel only — GUID: GUID-A4198EB6-0893-4A38-9932-0ACD5AEF498E
device-math-lib
Enables or disables certain device libraries. This is a deprecated option that may be removed in a future release.
Syntax
Linux: |
-device-math-lib=library -no-device-math-lib=library |
macOS: |
None |
Windows: |
/device-math-lib:library /no-device-math-lib:library |
Arguments
library |
Possible values are:
To link more than one library, include a comma between the library names. For example, if you want to link both the fp32 and fp64 device libraries, specify: fp32, fp64 |
Default
fp32, fp64 |
Both the fp32 and fp64 device libraries are linked. |
Description
This option enables or disables certain device libraries.
This is a deprecated option that may be removed in a future release. There is no replacement option.
IDE Equivalent
Alternate Options
None