Commit Graph
5 Commits
Author SHA1 Message Date
Chaoscaot 1a14d13303 build: Add SIMD optimizations to compare.c
Add SIMD (Single Instruction, Multiple Data) optimizations to the
compare.c file to improve performance. This includes vectorization
flags and architecture-specific optimizations to enhance the
processing of data in the comparison function. Additionally, the
implementation now dynamically selects an optimized code path based
on the size of the pattern data, ensuring efficient execution for
various scenarios.

By Lixfel
2024-04-27 20:07:46 +02:00
Chaoscaot 9c8551dc5a Move to i32 2023-12-27 20:49:21 +01:00
Chaoscaot abb2084029 Move to i32 2023-12-27 20:44:37 +01:00
Chaoscaot 3eba89b119 Move to i32 2023-12-27 20:43:50 +01:00
Chaoscaot 511ce04f0b new Matcher 2023-12-26 21:28:46 +01:00