This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Does R52 interrupt require storing NEON data on the stack?

We have a processor cluster that is doing both real time event processing and background FP vector processing with NEON. Do the real time interrupts require storing all the NEON data on the stack - even if they don't involve NEON processing?  Are the SIMD instructions interruptable or do they require completion before accepting the interrupt, thereby increasing average interrupt latency?