Changes between Initial Version and Version 1 of Ticket #5525, comment 3
- Timestamp:
- 07/27/2024 03:11:31 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5525, comment 3
initial v1 4 4 5 5 * The <stdbit.h> header type-generic macros have been changed when using 6 GCC 14.1 or later to use __builtin_stdc_bit_ceiletc. built-in functions7 in order to support unsigned __int128 and/or unsigned _BitInt(N)operands6 GCC 14.1 or later to use `__builtin_stdc_bit_ceil` etc. built-in functions 7 in order to support `unsigned __int128` and/or `unsigned _BitInt(N)` operands 8 8 with arbitrary precisions when supported by the target. 9 9 … … 53 53 problems. 54 54 55 * __rseq_sizenow denotes the size of the active rseq area (20 bytes55 * `__rseq_size` now denotes the size of the active rseq area (20 bytes 56 56 initially), not the size of struct rseq (32 bytes initially). 57 57