cadbec75d8
The code interprets an array of 4 uint8_t values as one uint32_t and does shifts on the value. The same optimization can be kept in big endian as well, but the shift has to be done in the other direction. This code could be made truly independent of endianness, but that could cause some minimal performance degradaion, at least in theory. This makes "make test" pass on big endian, assuming that WORDS_BIGENDIAN is defined while building. |
||
---|---|---|
.. | ||
core | ||
plus | ||
targets.mk |