We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b122e0 commit e7c1192Copy full SHA for e7c1192
chafa/internal/chafa-private.h
@@ -238,6 +238,7 @@ static inline guint64 chafa_slow_pop_count (guint64 v) G_GNUC_UNUSED;
238
static inline gint chafa_population_count_u64 (guint64 v) G_GNUC_UNUSED;
239
static inline void chafa_population_count_vu64 (const guint64 *vv, gint *vc, gint n) G_GNUC_UNUSED;
240
241
+__attribute__ ((no_sanitize ("integer")))
242
static inline guint64
243
chafa_slow_pop_count (guint64 v)
244
{
0 commit comments