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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1131,9 +1131,19 @@ CUDA/HIP Language Changes
1131
1131
CUDA Support
1132
1132
^^^^^^^^^^^^
1133
1133
1134
+
PowerPC Support
1135
+
^^^^^^^^^^^^^^^
1136
+
1137
+
* Add `__dmr1024` type for Dense Math Facility.
1138
+
* Add prototype for Dense Math Facility integer calculation builtins.
1139
+
1134
1140
AIX Support
1135
1141
^^^^^^^^^^^
1136
1142
1143
+
* Fixed `-print-runtime-dir` to fallback to the target subdirectory (rather than OS subdirectory) if the runtime path is not found.
1144
+
* Fixed `-print-runtime-dir` to find the correct runtime path if the triple has "unknown" as the environment component.
1145
+
* Changed AIX targets to use the per-target runtime directories for compiler runtimes (i.e. `lib/clang/20/lib/aix` became `lib/clang/21/lib/powerpc-ibm-aix` and `clang/21/lib/powerpc64-ibm-aix`).
0 commit comments