Changes between Initial Version and Version 1 of Ticket #5525, comment 3


Ignore:
Timestamp:
07/27/2024 03:11:31 AM (4 months ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5525, comment 3

    initial v1  
    44
    55* The <stdbit.h> header type-generic macros have been changed when using
    6   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
     6  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
    88  with arbitrary precisions when supported by the target.
    99
     
    5353  problems.
    5454
    55 * __rseq_size now denotes the size of the active rseq area (20 bytes
     55* `__rseq_size` now denotes the size of the active rseq area (20 bytes
    5656  initially), not the size of struct rseq (32 bytes initially).
    5757