File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Language changes
19
19
define methods to explicitly handle Union{} without the ambiguities that commonly would
20
20
result previously. This also lets the runtime optimize certain method lookups in a way
21
21
that significantly improves load and inference times for heavily overloaded methods that
22
- dispatch on Types (such as traits and constructors).
22
+ dispatch on Types (such as traits and constructors). ( [ # 49349 ] )
23
23
* The "h bar" ` ℏ ` (` \hslash ` U+210F) character is now treated as equivalent to ` ħ ` (` \hbar ` U+0127).
24
24
* The ` @simd ` macro now has more limited and clearer semantics: it only enables reordering and contraction
25
25
of floating-point operations, instead of turning on all "fastmath" optimizations.
You can’t perform that action at this time.
0 commit comments