Clarify long double comment

This commit is contained in:
Jeroen van Rijn
2026-03-07 14:57:39 +01:00
parent 7938e4d56e
commit d767e1c513

View File

@@ -154,7 +154,7 @@ _nan_bit_pattern := ~u64(0)
// On amd64 Windows and Linux, float_t and double_t are respectively both
// their usual types. On x86 it's not possible to define these types correctly
// since they would be long double which Odin does have support for.
// since they would be long double which Odin does NOT have support for.
float_t :: float
double_t :: double