[ConstantFolding] Why are FP32 calls folded in double-precision?
• [ConstantFolding] Why are FP32 calls folded in double-precision? • It recently came up inMaking sure you’re not a bot!that GCC was folding pow(x, 2.0)→x * x, even when doing so c
• [ConstantFolding] Why are FP32 calls folded in double-precision? • It recently came up inMaking sure you’re not a bot!that GCC was folding pow(x, 2.0)→x * x, even when doing so c