mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Replace lookup table with bit-by-bit polynomial calculation for the remaining 1-3 bytes. Direct calculation is faster than table lookup for such small amounts due to avoiding cache misses and memory indirection overhead that dominates when processing only 1-3 bytes. Signed-off-by: iabdalkader <i.abdalkader@gmail.com> |
||
|---|---|---|
| .. | ||
| alif | ||
| mimxrt | ||
| nrf | ||
| rp2 | ||
| stm32 | ||
| ports.mk | ||