[ConstantFolding] Why are FP32 calls folded in double-precision?

[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

Language Internals · February 19, 2026 (updated February 24, 2026) · 2 min · 235 words