Add more bit fiddling functions to 'integer-gmp'
Current implementation of 'integer-gmp' uses only a subset of "bit fiddling" features, provided by the GMP library. The ones missing are:
* mpz_popcount
* mpz_setbit
* mpz_clrbit
I think it would be nice to add these functions in addition to 'testBitInteger'. Would you accept a patch?
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.6.3 |
| Type | FeatureRequest |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | #3489 (closed) |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |