Makes __fastcall the default calling convention.
Only available on IA-32 architecture
Linux: | None |
Windows: | /Gr |
None
OFF |
The default calling convention is __cdecl |
This option makes __fastcall the default calling convention.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
Visual Studio: Advanced > Calling Convention
Eclipse: None
None