Skip to content

Commit 940ed50

Browse files
committed
Fix doc links
1 parent a47a1c1 commit 940ed50

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

doc/int128/u128_benchmarks.adoc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ On MSVC platforms we use as reference `std::_Unsigned128` from the header `<__ms
3232
|===
3333

3434
////
35-
image::../u128_graphs/linux/x64_benchmarks.png[x64 Benchmark Results, width=100%]
35+
image::u128_graphs/linux/x64_benchmarks.png[x64 Benchmark Results, width=100%]
3636
////
3737

38-
image::../u128_graphs/linux/x64_relative_performance.png[x64 Relative Performance, width=100%]
38+
image::u128_graphs/linux/x64_relative_performance.png[x64 Relative Performance, width=100%]
3939

4040
=== ARM64
4141

@@ -52,10 +52,10 @@ image::../u128_graphs/linux/x64_relative_performance.png[x64 Relative Performanc
5252
|===
5353

5454
////
55-
image::../u128_graphs/linux/ARM64_benchmarks.png[ARM64 Benchmark Results, width=100%]
55+
image::u128_graphs/linux/ARM64_benchmarks.png[ARM64 Benchmark Results, width=100%]
5656
////
5757

58-
image::../u128_graphs/linux/ARM64_relative_performance.png[x64 Relative Performance, width=100%]
58+
image::u128_graphs/linux/ARM64_relative_performance.png[x64 Relative Performance, width=100%]
5959

6060
=== S390x
6161

@@ -72,10 +72,10 @@ image::../u128_graphs/linux/ARM64_relative_performance.png[x64 Relative Performa
7272
|===
7373

7474
////
75-
image::../u128_graphs/linux/s390x_benchmarks.png[s390x Benchmark Results, width=100%]
75+
image::u128_graphs/linux/s390x_benchmarks.png[s390x Benchmark Results, width=100%]
7676
////
7777

78-
image::../u128_graphs/linux/s390x_relative_performance.png[s390x Relative Performance, width=100%]
78+
image::u128_graphs/linux/s390x_relative_performance.png[s390x Relative Performance, width=100%]
7979

8080
=== PPC64LE
8181

@@ -92,10 +92,10 @@ image::../u128_graphs/linux/s390x_relative_performance.png[s390x Relative Perfor
9292
|===
9393

9494
////
95-
image::../u128_graphs/linux/ppc64le_benchmarks.png[ppc64le Benchmark Results, width=100%]
95+
image::u128_graphs/linux/ppc64le_benchmarks.png[ppc64le Benchmark Results, width=100%]
9696
////
9797

98-
image::../u128_graphs/linux/ppc64le_relative_performance.png[ppc64le Relative Performance, width=100%]
98+
image::u128_graphs/linux/ppc64le_relative_performance.png[ppc64le Relative Performance, width=100%]
9999

100100

101101
=== x86_32
@@ -115,10 +115,10 @@ NOTE: This platform has no hardware type so we compare relative to `boost::mp::u
115115
|===
116116

117117
////
118-
image::../u128_graphs/linux/x86_benchmarks.png[x86 Benchmark Results, width=100%]
118+
image::u128_graphs/linux/x86_benchmarks.png[x86 Benchmark Results, width=100%]
119119
////
120120

121-
image::../u128_graphs/linux/x86_relative_performance.png[x86 Relative Performance, width=100%]
121+
image::u128_graphs/linux/x86_relative_performance.png[x86 Relative Performance, width=100%]
122122

123123
=== ARM32
124124

@@ -137,10 +137,10 @@ NOTE: This platform has no hardware type so we compare relative to `boost::mp::u
137137
|===
138138

139139
////
140-
image::../u128_graphs/linux/ARM32_benchmarks.png[ARM32 Benchmark Results, width=100%]
140+
image::u128_graphs/linux/ARM32_benchmarks.png[ARM32 Benchmark Results, width=100%]
141141
////
142142

143-
image::../u128_graphs/linux/ARM32_relative_performance.png[ARM32 Relative Performance, width=100%]
143+
image::u128_graphs/linux/ARM32_relative_performance.png[ARM32 Relative Performance, width=100%]
144144

145145
== Windows
146146

@@ -158,10 +158,10 @@ image::../u128_graphs/linux/ARM32_relative_performance.png[ARM32 Relative Perfor
158158
| Modulo | 2176318 | 1897933 | 2227961
159159
|===
160160
////
161-
image::../u128_graphs/windows/arm64_benchmarks.png[ARM64 Benchmark Results, width=100%]
161+
image::u128_graphs/windows/arm64_benchmarks.png[ARM64 Benchmark Results, width=100%]
162162
////
163163

164-
image::../u128_graphs/windows/arm64_relative_performance.png[ARM64 Relative Performance, width=100%]
164+
image::u128_graphs/windows/arm64_relative_performance.png[ARM64 Relative Performance, width=100%]
165165

166166
=== x86_32
167167

@@ -177,10 +177,10 @@ image::../u128_graphs/windows/arm64_relative_performance.png[ARM64 Relative Perf
177177
| Modulo | 4551146 | 4330152 | 6294325
178178
|===
179179
////
180-
image::../u128_graphs/windows/x86_benchmarks.png[x86_32 Benchmark Results, width=100%]
180+
image::u128_graphs/windows/x86_benchmarks.png[x86_32 Benchmark Results, width=100%]
181181
////
182182

183-
image::../u128_graphs/windows/x86_relative_performance.png[x86_32 Relative Performance, width=100%]
183+
image::u128_graphs/windows/x86_relative_performance.png[x86_32 Relative Performance, width=100%]
184184

185185
=== x86_64
186186

@@ -196,10 +196,10 @@ image::../u128_graphs/windows/x86_relative_performance.png[x86_32 Relative Perfo
196196
| Modulo | 1465138 | 1471169 | 3926336
197197
|===
198198
////
199-
image::../u128_graphs/windows/x64_benchmarks.png[x64 Benchmark Results, width=100%]
199+
image::u128_graphs/windows/x64_benchmarks.png[x64 Benchmark Results, width=100%]
200200
////
201201

202-
image::../u128_graphs/windows/x64_relative_performance.png[x64 Relative Performance, width=100%]
202+
image::u128_graphs/windows/x64_relative_performance.png[x64 Relative Performance, width=100%]
203203

204204
== macOS
205205

@@ -218,10 +218,10 @@ image::../u128_graphs/windows/x64_relative_performance.png[x64 Relative Performa
218218
|===
219219

220220
////
221-
image::../u128_graphs/macos/ARM64_benchmarks.png[ARM64 Benchmark Results, width=100%]
221+
image::u128_graphs/macos/ARM64_benchmarks.png[ARM64 Benchmark Results, width=100%]
222222
////
223223

224-
image::../u128_graphs/macos/ARM64_relative_performance.png[ARM64 Relative Performance, width=100%]
224+
image::u128_graphs/macos/ARM64_relative_performance.png[ARM64 Relative Performance, width=100%]
225225

226226
=== x86_64
227227

@@ -238,7 +238,7 @@ image::../u128_graphs/macos/ARM64_relative_performance.png[ARM64 Relative Perfor
238238
|===
239239

240240
////
241-
image::../u128_graphs/macos/x64_benchmarks.png[x64 Benchmark Results, width=100%]
241+
image::u128_graphs/macos/x64_benchmarks.png[x64 Benchmark Results, width=100%]
242242
////
243243

244-
image::../u128_graphs/macos/x64_relative_performance.png[x64 Relative Performance, width=100%]
244+
image::u128_graphs/macos/x64_relative_performance.png[x64 Relative Performance, width=100%]

0 commit comments

Comments
 (0)