aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-17 16:11:09 +0200
committerMattias Andrée <m@maandree.se>2026-05-17 16:11:09 +0200
commitfec2999ff57999b53f3ad7e6a61465396de8cffa (patch)
treee01897f3d658b2b7f872bfa941dca41a52ea6b42
parentFix undefined behaviour (diff)
downloadlibj2-fec2999ff57999b53f3ad7e6a61465396de8cffa.tar.gz
libj2-fec2999ff57999b53f3ad7e6a61465396de8cffa.tar.bz2
libj2-fec2999ff57999b53f3ad7e6a61465396de8cffa.tar.xz
Remove false statementHEAD1.2.3master
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--libj2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libj2.h b/libj2.h
index 80dc9cb..abd74b7 100644
--- a/libj2.h
+++ b/libj2.h
@@ -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)