README.md 263 Bytes
Newer Older
Enrico Pozzobon committed
1 2 3 4 5 6 7 8 9 10 11
### Folder Structure:

* **opt_32**
  * Optimized 32-bit implementation in C.
* **opt_32_armv67**
  * Optimized 32-bit implementation in ARMv6/ARMv7 assembly.
* **opt_64**
  * Optimized 64-bit implementation in C.
* **ref**
  * Easy-to-read implementation in C.