summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e9fb5b3b217..2cec065b44c 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2022-10-13 Xi Ruoyao <xry111@xry111.site>
+
+ * longlong.h [__loongarch__] (count_leading_zeros): Define.
+ [__loongarch__] (count_trailing_zeros): Likewise.
+ [__loongarch__] (COUNT_LEADING_ZEROS_0): Likewise.
+
2022-09-27 Jakub Jelinek <jakub@redhat.com>
PR c++/106652