We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec984b6 commit 209be03Copy full SHA for 209be03
doc/src/manual/types.md
@@ -1064,6 +1064,10 @@ end
1064
Of course, this depends on what `Int` is aliased to -- but that is predefined to be the correct
1065
type -- either `Int32` or `Int64`.
1066
1067
+(Note that unlike `Int`, `Float` does not exist as a type-alias for a specific sized `AbstractFloat`.
1068
+Unlike with integer registers, the floating point register sizes are specified by the IEEE-754 standard.
1069
+Whereas the size of `Int` reflects the size of a native pointer on that machine.)
1070
+
1071
For parametric types, `typealias` can be convenient for providing names for cases where some of
1072
the parameter choices are fixed:
1073
0 commit comments