| |||
| Home > Compiler-specific Features > #pragma thumb | |||
This pragma switches code generation to the Thumb instruction
set. It overrides the --arm compiler option.
If you are compiling code for a pre-Thumb-2 processor and using VFP, any function containing floating-point operations is compiled for ARM.