Is 函数__ieee754_pow()
可以通过使用-O
options 或来优化ffast-math
。
如果我们使用 nex 代码,则call forpow
将更改为 call for cbrt
:
double test (double x)
{
return __ieee754_pow(x, 2./3.);
}
如果答案是否定的,请解释原因。
Is 函数__ieee754_pow()
可以通过使用-O
options 或来优化ffast-math
。
如果我们使用 nex 代码,则call forpow
将更改为 call for cbrt
:
double test (double x)
{
return __ieee754_pow(x, 2./3.);
}
如果答案是否定的,请解释原因。