Attention is currently required from: laforge, pespin.
1 comment:
File include/osmocom/core/jhash.h:
Patch Set #1, Line 100: c += osmo_load32le(k + 8);
... i couldn't find it =) ... […]
ah but load32le() is about always reading little endian, no matter what CPU,
and get_unaligned_cpu32 is about always reading simply the CPU byte order, right?
So osmo_get_unaligned_cpu32() is a legitimate addition and is not a dup of osmo_load32le(), correct? i guess then i'll indeed add the osmo_get_unaligned_cpu32()...
To view, visit change 36913. To unsubscribe, or for help writing mail filters, visit settings.