diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-17 16:11:09 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-17 16:11:09 +0200 |
| commit | fec2999ff57999b53f3ad7e6a61465396de8cffa (patch) | |
| tree | e01897f3d658b2b7f872bfa941dca41a52ea6b42 | |
| parent | Fix undefined behaviour (diff) | |
| download | libj2-fec2999ff57999b53f3ad7e6a61465396de8cffa.tar.gz libj2-fec2999ff57999b53f3ad7e6a61465396de8cffa.tar.bz2 libj2-fec2999ff57999b53f3ad7e6a61465396de8cffa.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libj2.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -80,13 +80,6 @@ struct libj2_j2u { * Signed double-maximum precision integer, * using two's complement * - * libj2 does not implement bitwise operations, - * bit-scanning, or bit-rotation operations - * for this type, but a `struct libj2_j2i *` - * can safely be cast to `struct libj2_j2u *` - * for such operators as well as the for - * unsigned bit shifting operations - * * If `a` is the maximum representable value, * `-a - 1` is the minimum representable value; * there is only one zero value (has no sign) |
