Specify a target-specific floating-point math library extension
Default: None
None
Does not use a code replacement library.
GNU C99 extensions
Generates calls to the GNU® gcc
math
library, which provides C99 extensions as defined by compiler option -std=gnu99
.
Before setting this parameter, check that your compiler supports the library you want to use. If you select a parameter value that your compiler does not support, compiler errors can occur.
Parameter: CodeReplacementLibrary |
Type: character vector |
Value: 'None' | 'GNU99
(GNU)' |
Default: 'None' |