Skip to content

change pow(x,0.25) to sqrt(sqrt(x))

It seems that we were calling quite often pow(x,0.25)

sqrt(sqrt(x)) could potentially be better in this case.

Mentioning @amete as would be serious to see the effect in the SPOT timing

Merge request reports