[email protected] <[email protected]> writes:
> On Sat, 2021-02-20 at 16:18 +0100, Philippe Gerum via Xenomai wrote: > [snip] >> +#if __BITS_PER_LONG == 64 > > That might be a beginner question, but I'm learning from the best ;-) > > Do we really care about each single assignment (two per timespec) and > each object on the stack that it is worth duplicating all this helpers? > We could use the __BITS_PER_LONG == 32 version for both worlds, > couldn't we? Yes, this would work as well. I agree that the very limited gain is not worth the code duplication. -- Philippe.
