[eacsl:runtime] Enable functions of the GMP API to support shift operations
- Add `mp_bitcnt_t` type; - Add `__gmpz_mul_2exp()` (resp. `__gmpz_tdiv_2exp()`) to support left shift (resp. right shift); - Add `__gmpz_fits_ulong_p()` and `__gmpz_fits_slong_p()` to guard GMP to C integer coercions.
Please register or sign in to comment