Commit Graph

1 Commits

Author SHA1 Message Date
Julien Fischer
a52b094e25 Setting and testing individual bits of uint8s, uint16s and uint64s.
library/uint8.m:
library/uint16.m:
library/uint64.m:
    Add functions for setting, clearing, flipping and testing
    the individual bits of a uint8, uint16 and uint64 values.

NEWS:
    Announce the new functions.

tests/hard_coded/Mmakefile:
tests/hard_coded/bit_access_uint{8,16,64}.{m,exp}:
    Add a test case.
2021-04-10 03:21:14 +10:00