summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/bitops.h
Commit message (Collapse)AuthorAgeFilesLines
* Add 64-bit rotatesMichael Brown2007-01-261-0/+8
|
* Add Linux-compatible rol32/ror32 functions. Amazingly, gcc willMichael Brown2007-01-251-0/+19
optimise these down to the correct single "roll"/"rorl" instruction.