Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Replace fastutf with simdutf | Vsevolod Stakhov | 2024-11-29 | 6 | -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_64 | Vsevolod Stakhov | 2023-07-23 | 3 | -22/+7 |
| | |||||
* | fix missing preprocessor macro for SSSE3 | Mehmet Suslu | 2022-03-31 | 1 | -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 guards | Vsevolod Stakhov | 2021-09-29 | 1 | -3/+9 |
| | |||||
* | [Minor] Use ref impl for small strings | Vsevolod Stakhov | 2019-11-15 | 1 | -1/+3 |
| | |||||
* | [Project] Add fast utf8 validation library | Vsevolod Stakhov | 2019-11-15 | 7 | -0/+850 |