Files
AFLplusplus/include
Kuan-Wei Chiu ac5815d994 Optimize bit counting using __builtin_popcount
Use the __builtin_popcount intrinsic to optimize the bit counting
function if the compiler supports it. This change replaces the manual
bit counting algorithm with the more efficient built-in function, which
leverages hardware support on compatible processors.

This modification ensures that the code remains backward-compatible by
falling back to the original implementation when __builtin_popcount is
not available.
2024-06-24 06:52:07 +08:00
..
2024-04-19 15:45:00 +02:00
2024-05-31 18:32:31 +02:00
2024-04-19 15:45:00 +02:00
2024-03-11 12:01:06 +00:00
2024-04-19 15:45:00 +02:00
2023-07-12 16:08:22 +02:00
2024-04-19 15:45:00 +02:00
2024-04-19 15:45:00 +02:00
2024-06-09 19:15:12 +02:00
2022-01-19 22:26:52 +01:00
2022-01-19 22:26:52 +01:00
2024-06-21 14:40:23 +02:00
2024-06-18 15:42:34 +02:00
2024-02-03 11:01:31 +01:00
2024-04-19 15:45:00 +02:00
2024-04-19 15:45:00 +02:00
2024-04-19 15:45:00 +02:00
2024-02-08 15:13:46 +01:00
2024-02-29 09:10:29 +01:00
2024-02-08 15:13:46 +01:00
2024-02-08 15:13:46 +01:00
2024-04-19 15:45:00 +02:00
2024-02-29 09:10:29 +01:00