| 944 | } |
| 945 | |
| 946 | struct libdivide_s32_t libdivide_s32_gen(int32_t d) { |
| 947 | return libdivide_internal_s32_gen(d, 0); |
| 948 | } |
| 949 | |
| 950 | struct libdivide_s32_branchfree_t libdivide_s32_branchfree_gen(int32_t d) { |
| 951 | struct libdivide_s32_t tmp = libdivide_internal_s32_gen(d, 1); |
nothing calls this directly
no test coverage detected