Displaying 1 result from an estimated 1 matches for "endswap_64".
Did you mean:
endswap_16
2015 Dec 31
1
[PATCH] Support 64-bit brword/bwword
...#if 0'.
The value of FLAC__BYTES_PER_WORD must be the same in src/libFLAC/bitwriter.c
and src/test_libFLAC/bitwriter.c.
OTOH, their value in src/libFLAC/bitwriter.c and src/libFLAC/bitwriter.c
are independent, so sizeof(brword) can be 4 while sizeof(bwword)==8.
Please check the definition of ENDSWAP_64(x): I don't know when it's available
on Linux, and what's the best non-intrinsic version of this function.
Performance tests, correctness tests, comments are welcome.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: word_64bit.patch
Type: application/...