binary icon indicating copy to clipboard operation
binary copied to clipboard

Inconsistent INLINE pragmas between word and int for builders.

Open AndreasPK opened this issue 3 years ago • 0 comments

putInt64be doesn't have an INLINE pragma but putWord64be does.

Seems like an oversight and not intentional. For consistency the int one should probably just also get a pragma.

AndreasPK avatar Jul 14 '22 19:07 AndreasPK