aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/rspamd_simdutf.h
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Various fixesVsevolod Stakhov2024-11-291-0/+2
|
* [Rework] Replace fastutf with simdutfVsevolod Stakhov2024-11-291-0/+34
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.