Searched defs:__pragma_loop_no_unroll (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_compiler.h28 #define __pragma_loop_no_unroll DO_PRAGMA_(clang loop unroll(disable)) macro
30 #define __pragma_loop_no_unroll DO_PRAGMA_(GCC unroll 1) macro

Completed in 89 milliseconds