stevia icon indicating copy to clipboard operation
stevia copied to clipboard

Improve efficiency of is_smax and is_smin

Open Robbepop opened this issue 6 years ago • 0 comments

The current implementation of Bitvec::is_smax and Bitvec::is_smin is suboptimal because there is no native implementation for it in apint and we have to emulate the logic for it in stevia_bitvec. To improve this we could try implementing these (or similar) checks in apint since they might be reasonable to add there because of the already existing constructors unsigned_max_value etc.

Robbepop avatar Mar 11 '19 00:03 Robbepop