|
FastLED 3.9.15
|
| void fl::transpose8x1_noinline | ( | unsigned char * | A, |
| unsigned char * | B ) |
Simplified 8x1 bit transpose (non-inline version)
This rotates data into LSB for faster write (code can walk array backwards). Based on: https://web.archive.org/web/20190108225554/http://www.hackersdelight.org/hdcodetxt/transpose8.c.txt
| A | Input array (8 bytes) |
| B | Output array (8 bytes, transposed) |
References B, and FL_NOEXCEPT.