You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1267,6 +1267,8 @@ RISC-V Support
1267
1267
- The option ``-mcmodel=large`` for the large code model is supported.
1268
1268
- Bump RVV intrinsic to version 1.0, the spec: https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v1.0.0-rc4
1269
1269
1270
+
- `Zicsr` / `Zifencei` are allowed to be duplicated in the presence of `g` in `-march`.
1271
+
1270
1272
CUDA/HIP Language Changes
1271
1273
^^^^^^^^^^^^^^^^^^^^^^^^^
1272
1274
- Fixed a bug about overriding a constexpr pure-virtual member function with a non-constexpr virtual member function which causes compilation failure when including standard C++ header `format`.
0 commit comments