aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fastutf8
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Replace fastutf with simdutfVsevolod Stakhov2024-11-296-844/+0
| | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff.
* [Minor] Limit sse41 code to sse41 and x86_64Vsevolod Stakhov2023-07-233-22/+7
|
* fix missing preprocessor macro for SSSE3Mehmet Suslu2022-03-311-1/+2
| | | HAVE_SSSE3 preprocessor macro is not transferred to the fastutf8 library by CMake configuration. Thus, the function rspamd_fast_utf8_validate_sse41 is missing in rspamd-server shared library.
* [Minor] Add C++ safe guardsVsevolod Stakhov2021-09-291-3/+9
|
* [Minor] Use ref impl for small stringsVsevolod Stakhov2019-11-151-1/+3
|
* [Project] Add fast utf8 validation libraryVsevolod Stakhov2019-11-157-0/+850