We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec97ce2 commit c5c3a0dCopy full SHA for c5c3a0d
gcc/jit/jit-builtins.cc
@@ -611,6 +611,9 @@ builtins_manager::ensure_optimization_builtins_exist ()
611
We can't loop through all of the builtin_data array, we don't
612
support all types yet. */
613
(void)get_builtin_function_by_id (BUILT_IN_TRAP);
614
+ (void)get_builtin_function_by_id (BUILT_IN_POPCOUNT);
615
+ (void)get_builtin_function_by_id (BUILT_IN_POPCOUNTL);
616
+ (void)get_builtin_function_by_id (BUILT_IN_POPCOUNTLL);
617
}
618
619
/* Playback support. */
0 commit comments