Skip to content

Commit

Permalink
[RISCV] Add a release note for the removal of __attribute__((interrup…
Browse files Browse the repository at this point in the history
…t("user"))). NFC

This was removed by D149314.
  • Loading branch information
topperc committed Apr 27, 2023
1 parent 524ceec commit 0e02e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ RISC-V Support
- Fixed incorrect ABI lowering of ``_Float16`` in the case of structs
containing ``_Float16`` that are eligible for passing via GPR+FPR or
FPR+FPR.
- Removed support for ``__attribute__((interrupt("user")))``. User-level
interrupts are not in version 1.12 of the privileged specification.

CUDA/HIP Language Changes
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 0e02e5d

Please sign in to comment.