glslang-zig/glslang/MachineIndependent/preprocessor
Arcady Goldmints-Orlov d24cda64d1 Check for exponent overflow in float parser
Even for a double precision float, the largest valid exponent is 308, so
clamp exponents to 500 when parsing to avoid overflow of the parsed
exponent value if the exponent is too big.
2024-04-01 17:58:50 -04:00
..
Pp.cpp Add support for GL_ARB_shading_language_include 2024-02-27 18:26:46 -05:00
PpAtom.cpp [lumped builds] Only define _CRT_SECURE_NO_WARNINGS if it’s not defined yet. 2017-05-10 16:52:50 +03:00
PpContext.cpp Use nullptr where possible instead of NULL or 0 2022-11-30 09:33:28 -07:00
PpContext.h PP: Report an error when a # is not the first thing on a line 2023-12-07 19:29:48 -05:00
PpScanner.cpp Check for exponent overflow in float parser 2024-04-01 17:58:50 -04:00
PpTokens.cpp Remove GLSLANG_WEB and GLSLANG_WEB_DEVEL 2023-07-28 11:49:10 -06:00
PpTokens.h SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00