|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
⚡ Hardware-accelerated CRC32 checksum with ARM64 and x86_64 CPU feature detection More...
Go to the source code of this file.
Functions | |
| uint32_t | asciichat_crc32_hw (const void *data, size_t len) |
| Compute CRC32 checksum with hardware acceleration (if available) | |
| bool | crc32_hw_is_available (void) |
| Check if hardware CRC32 acceleration is available at runtime. | |
| uint32_t | asciichat_crc32_sw (const void *data, size_t len) |
| Compute CRC32 checksum using software implementation only. | |
⚡ Hardware-accelerated CRC32 checksum with ARM64 and x86_64 CPU feature detection
Definition in file crc32.c.