|
ascii-chat 0.8.38
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) |
| bool | crc32_hw_is_available (void) |
| uint32_t | asciichat_crc32_sw (const void *data, size_t len) |
⚡ Hardware-accelerated CRC32 checksum with ARM64 and x86_64 CPU feature detection
Definition in file crc32.c.
| uint32_t asciichat_crc32_hw | ( | const void * | data, |
| size_t | len | ||
| ) |
Definition at line 132 of file crc32.c.
References asciichat_crc32_sw().
| uint32_t asciichat_crc32_sw | ( | const void * | data, |
| size_t | len | ||
| ) |
Definition at line 171 of file crc32.c.
Referenced by asciichat_crc32_hw(), and client_serialize_packet().