| ... | @@ -5846,7 +5846,7 @@ volatile ( | ... | @@ -5846,7 +5846,7 @@ volatile ( |
| 5846 | // Next is the output constraint string. This feature is still | 5846 | // Next is the output constraint string. This feature is still |
| 5847 | // considered unstable in Zig, and so LLVM/GCC documentation | 5847 | // considered unstable in Zig, and so LLVM/GCC documentation |
| 5848 | // must be used to understand the semantics. | 5848 | // must be used to understand the semantics. |
| 5849 | // http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string | 5849 | // http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string |
| 5850 | // https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html | 5850 | // https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html |
| 5851 | // In this example, the constraint string means "the result value of | 5851 | // In this example, the constraint string means "the result value of |
| 5852 | // this inline assembly instruction is whatever is in $rax". | 5852 | // this inline assembly instruction is whatever is in $rax". |
| ... | @@ -5887,7 +5887,7 @@ volatile ( | ... | @@ -5887,7 +5887,7 @@ volatile ( |
| 5887 | <p> | 5887 | <p> |
| 5888 | Output constraints are still considered to be unstable in Zig, and | 5888 | Output constraints are still considered to be unstable in Zig, and |
| 5889 | so | 5889 | so |
| 5890 | <a href="http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a> | 5890 | <a href="http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a> |
| 5891 | and | 5891 | and |
| 5892 | <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a> | 5892 | <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a> |
| 5893 | must be used to understand the semantics. | 5893 | must be used to understand the semantics. |
| ... | @@ -5902,7 +5902,7 @@ volatile ( | ... | @@ -5902,7 +5902,7 @@ volatile ( |
| 5902 | <p> | 5902 | <p> |
| 5903 | Input constraints are still considered to be unstable in Zig, and | 5903 | Input constraints are still considered to be unstable in Zig, and |
| 5904 | so | 5904 | so |
| 5905 | <a href="http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a> | 5905 | <a href="http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a> |
| 5906 | and | 5906 | and |
| 5907 | <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a> | 5907 | <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a> |
| 5908 | must be used to understand the semantics. | 5908 | must be used to understand the semantics. |