Compiler Support for Re-Entrant VCU Code

The --isr_save_vcu_regs compiler option generates instructions to save and restore VCU registers using the stack when interrupt service routines occur. This allows VCU code to be re-entrant. If an ISR interrupts a VCU computation, it will not impact results if this option is used.

This option can only be used if the --vcu_support option is set.