mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
fallback for old flint
This commit is contained in:
parent
caf9bb7825
commit
35ba95dd9c
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if __FLINT_RELEASE < 20600
|
||||||
|
#define flint_bitcnt_t ulong
|
||||||
|
#endif
|
||||||
|
|
||||||
/* currently defined in the arb module, but global to the library */
|
/* currently defined in the arb module, but global to the library */
|
||||||
double arb_test_multiplier(void);
|
double arb_test_multiplier(void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue