File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ familiar with LLVM target triples, here is an overview:
72
72
73
73
``x86_64_v2-* ``
74
74
Targets 64-bit Intel/AMD CPUs approximately newer than
75
- `Nehalem <https://en.wikipedia.org/wiki/Nehalem_(microarchitecture)> `
75
+ `Nehalem <https://en.wikipedia.org/wiki/Nehalem_(microarchitecture) >`_
76
76
(released in 2008).
77
77
78
78
Binaries will have SSE3, SSE4, and other CPU instructions added after the
@@ -83,9 +83,9 @@ familiar with LLVM target triples, here is an overview:
83
83
84
84
``x86_64_v3-* ``
85
85
Targets 64-bit Intel/AMD CPUs approximately newer than
86
- `Haswell <https://en.wikipedia.org/wiki/Haswell_(microarchitecture)> `
86
+ `Haswell <https://en.wikipedia.org/wiki/Haswell_(microarchitecture) >`_
87
87
(released in 2013) and
88
- `Excavator <https://en.wikipedia.org/wiki/Excavator_(microarchitecture)> `
88
+ `Excavator <https://en.wikipedia.org/wiki/Excavator_(microarchitecture) >`_
89
89
(released in 2015).
90
90
91
91
Binaries will have AVX, AVX2, MOVBE and other newer CPU instructions.
You can’t perform that action at this time.
0 commit comments