Artifact 3c8f4714cc0386061986ecee152c9f5976577fa89e7caf11368ee1298ad63d80:
- File
src/macros.h
-
2024-05-09 10:21:24
— part of check-in
[96f946d7ad]
on branch trunk
— Use unsigned long for bit sets
This should be more efficient on some architectures.
As a nice side effect, this is also what Linux does in some userspace
APIs, so after this change, these macros can be used for this as well
(and Linux interestingly does not provide similar macros in the
userspace headers). (user: js, size: 25972) [annotate] [blame] [check-ins using] - 2024-05-09 10:22:19 — part of check-in [c0a80a897d] on branch gamecontroller — Merge trunk into branch "gamecontroller" (user: js, size: 25972) [annotate] [blame] [check-ins using]
-
2024-05-09 10:21:24
— part of check-in
[96f946d7ad]
on branch trunk
— Use unsigned long for bit sets