Skip to content

extrapolate_line using small multiplication

Nikolay Kurtov requested to merge nkurtov/extrapolate-small into main
  • Use small multiplication in extrapolate_line() if possible
  • Don't use small multiplication for BinaryField128bPolyval because it only supports multiplying by 1b.
  • All tests and benchmarks pass.
  • No impact on the benchmarks

Fixes https://gitlab.com/ulvetanna/binius/-/issues/63

Merge request reports

Loading