Files
clang-p2996/clang/test/AST/const-fpfeatures.cpp
Serge Pavlov f4066fa2dd [clang] Use constant rounding mode for floating literals (#90877)
Conversion of floating-point literal to binary representation must be
made using constant rounding mode, which can be changed using pragma
FENV_ROUND. For example, the literal "0.1F" should be representes by
either 0.099999994 or 0.100000001 depending on the rounding direction.
2024-05-17 12:06:34 +07:00

4.8 KiB