| 762 | } |
| 763 | |
| 764 | struct libdivide_u64_t libdivide_u64_gen(uint64_t d) { |
| 765 | return libdivide_internal_u64_gen(d, 0); |
| 766 | } |
| 767 | |
| 768 | struct libdivide_u64_branchfree_t libdivide_u64_branchfree_gen(uint64_t d) { |
| 769 | if (d == 1) { |
nothing calls this directly
no test coverage detected