Intel® Fortran Compiler 17.0 Developer Guide and Reference
Lets you override the internal decision heuristic for the particular algorithm used when implementing buffer manipulation functions such as memcpy and memset.
Linux and macOS: | -mstringop-strategy=alg |
Windows: | /Qstringop-strategy:alg |
alg |
Specifies the algorithm to use. Possible values are:
|
varies |
If optimization option Os is specified, the default is rep. Otherwise, the default is const_size_loop. |
This option lets you override the internal decision heuristic for the particular algorithm used when implementing buffer manipulation functions such as memcpy and memset.
None