Commit a3cc71e
committed
[AArch64] Update __gcsss intrinsic to match revised ACLE specification
The original __gcsss intrinsic was implemented based on:
ARM-software/acle#260
with the signature: const void *__gcsss(const void *)
Per the updated specification in:
ARM-software/acle#364
both const qualifiers have been removed. This commit updates the signature accordingly to:
void *__gcsss(void *)
This aligns the implementation with the latest ACLE definition.1 parent 500cccc commit a3cc71e
File tree
2 files changed
+4
-3
lines changed- clang
- include/clang/Basic
- lib/Headers
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
846 | 847 | | |
847 | 848 | | |
848 | 849 | | |
| |||
0 commit comments