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
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
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