Implement isAligned() without using alignmentLog2()

Authored by ahartmetz on Apr 2 2017, 6:38 PM.

Description

Implement isAligned() without using alignmentLog2()

... and move alignmentLog2() closer to its use.
IIRC I intentionally implemented isAligned() like that so that
the (since removed) assertions in alignmentLog2() validate the
alignment value. It was not very necessary, slightly slower, and
in any case the assertions are gone.

Details

Committed
ahartmetzApr 2 2017, 6:38 PM
Parents
R738:0b9b446e5c6a: Split out Arguments::Reader and ...::Writer into their own files.
Branches
Unknown
Tags
Unknown