mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
Clarify long double comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user