Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
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  |  
     
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