fasf

Results 2 issues of fasf

endian.h is specific to glibc, you shouldn't try to include it unless **GLIBC** is defined. I suggest doing hardware check, f.e. like https://code.google.com/p/xxhash/source/browse/trunk/xxhash.c and if it fails, do it in...

Precisely, it does nothing then. The reason is: ``` #if BYTE_ORDER == LITTLE_ENDIAN && UNALIGNED_WORD_ACCESS { uint64_t *data64 = (uint64_t *)data; while (data64 != (uint64_t *) end) { m =...