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
425
425
426
426
- Add support for `-mtune=generic-ooo ` (a generic out-of-order model).
427
427
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
+
428
433
CUDA/HIP Language Changes
429
434
^^^^^^^^^^^^^^^^^^^^^^^^^
430
435
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ Changes to the RISC-V Backend
147
147
* Adds assembler support for the 'Zclsd` (Compressed Load/Store Pair Instructions)
148
148
extension.
149
149
* 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.
150
153
151
154
Changes to the WebAssembly Backend
152
155
----------------------------------
You can’t perform that action at this time.
0 commit comments