File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,11 @@ RISC-V Support
425425
426426- Add support for `-mtune=generic-ooo ` (a generic out-of-order model).
427427
428+ - Adds support for `__attribute__((interrupt("qci-nest"))) ` and
429+ `__attribute__((interrupt("qci-nonest"))) `. These use instructions from
430+ Qualcomm's `Xqciint ` extension to save and restore some GPRs in interrupt
431+ service routines.
432+
428433CUDA/HIP Language Changes
429434^^^^^^^^^^^^^^^^^^^^^^^^^
430435
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ Changes to the RISC-V Backend
147147* Adds assembler support for the 'Zclsd` (Compressed Load/Store Pair Instructions)
148148 extension.
149149* Adds experimental assembler support for Zvqdotq.
150+ * Adds Support for Qualcomm's ` qci-nest ` and ` qci-nonest ` interrupt types, which
151+ use instructions from ` Xqciint ` to save and restore some GPRs during interrupt
152+ handlers.
150153
151154Changes to the WebAssembly Backend
152155----------------------------------
You can’t perform that action at this time.
0 commit comments