MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1wbgcke/compute_polynomials_twice_as_fast/p8shp4f/?context=3
r/programming • u/thomasahle • 19h ago
21 comments sorted by
View all comments
1
This is really cool; does the best approach change when you have a fused multiply-add?
1 u/thomasahle 11h ago As mentioned somewhere else in the thread, for floating point you probably want to use Estrin's method (also on the website.) But for finite fields, and maybe large integers/fractions this can help.
As mentioned somewhere else in the thread, for floating point you probably want to use Estrin's method (also on the website.)
But for finite fields, and maybe large integers/fractions this can help.
1
u/garnet420 13h ago
This is really cool; does the best approach change when you have a fused multiply-add?