update README.md

This commit is contained in:
mykola2312 2022-05-19 03:29:45 +03:00
parent bc74c09dac
commit e13b19ae51

View file

@ -3,6 +3,7 @@ C library to implement
- variable arguments - variable arguments
- data structures like linked-lists, vector arrays, maps - data structures like linked-lists, vector arrays, maps
- bitmaps & bitwise operations - bitmaps & bitwise operations
- cross-platform oriented
- assembler-level optimizations - assembler-level optimizations
- architecture-dependent & hardware features - architecture-dependent & hardware features
- byte-order endianness detection, byte-swapping - byte-order endianness detection, byte-swapping
@ -10,4 +11,7 @@ C library to implement
- structure object members mapping, dynamic processing, endianness auto-converting - structure object members mapping, dynamic processing, endianness auto-converting
- dynamic-length structures, members sizes which are determined by mapping or run-time object member value - dynamic-length structures, members sizes which are determined by mapping or run-time object member value
- string processing, independent implementations of sscanf (cu_sscanf) and sprintf (cu_sprintf) - string processing, independent implementations of sscanf (cu_sscanf) and sprintf (cu_sprintf)
- text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa - text converting multi-byte (UTF-8) character set to double-byte character set and vise-versa
## supported architectures
- x86-64
- ARMv8 AArch64