add link to intrinsic

This commit is contained in:
mark 2020-04-17 21:19:25 -05:00 committed by Who? Me?!
parent 6b521a2504
commit 38927a594e
1 changed files with 5 additions and 3 deletions

View File

@ -323,9 +323,11 @@ Bootstrapping also has implications for when features are usable in the
compiler itself. The build system uses the current beta compiler to build the compiler itself. The build system uses the current beta compiler to build the
stage-1 bootstrapping compiler. This means that the compiler source code can't stage-1 bootstrapping compiler. This means that the compiler source code can't
use some features until they reach beta (because otherwise the beta compiler use some features until they reach beta (because otherwise the beta compiler
doesn't support them). On the other hand, for compiler intrinsics and internal doesn't support them). On the other hand, for [compiler intrinsics][intrinsics]
features, we may be able to use them immediately because the stage-1 and internal features, we may be able to use them immediately because the
bootstrapping compiler will support them. stage-1 bootstrapping compiler will support them.
[intrinsics]: ./appendix/glossary.md#intrinsic
# Unresolved Questions # Unresolved Questions