File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1291,7 +1291,7 @@ impl f128 {
1291
1291
///
1292
1292
/// ```
1293
1293
/// #![feature(f128)]
1294
- /// # #[cfg(reliable_f128 )] {
1294
+ /// # #[cfg(all(target_arch = "x86_64", target_os = "linux") )] {
1295
1295
///
1296
1296
/// let x = 3.5_f128;
1297
1297
/// let y = -3.5_f128;
@@ -1323,7 +1323,7 @@ impl f128 {
1323
1323
///
1324
1324
/// ```
1325
1325
/// #![feature(f128)]
1326
- /// # #[cfg(reliable_f128_math )] {
1326
+ /// # #[cfg(all(target_arch = "x86_64", target_os = "linux") )] {
1327
1327
///
1328
1328
/// let f = 3.5_f128;
1329
1329
///
@@ -1360,7 +1360,7 @@ impl f128 {
1360
1360
///
1361
1361
/// ```
1362
1362
/// #![feature(f128)]
1363
- /// # #[cfg(reliable_f128_math )] {
1363
+ /// # #[cfg(all(target_arch = "x86_64", target_os = "linux") )] {
1364
1364
///
1365
1365
/// let f = 3.5_f128;
1366
1366
///
Original file line number Diff line number Diff line change @@ -1266,7 +1266,7 @@ impl f16 {
1266
1266
///
1267
1267
/// ```
1268
1268
/// #![feature(f16)]
1269
- /// # #[cfg(reliable_f16 )] {
1269
+ /// # #[cfg(all(target_arch = "x86_64", target_os = "linux") )] {
1270
1270
///
1271
1271
/// let x = 3.5_f16;
1272
1272
/// let y = -3.5_f16;
@@ -1297,7 +1297,7 @@ impl f16 {
1297
1297
///
1298
1298
/// ```
1299
1299
/// #![feature(f16)]
1300
- /// # #[cfg(reliable_f16_math )] {
1300
+ /// # #[cfg(all(target_arch = "x86_64", target_os = "linux") )] {
1301
1301
///
1302
1302
/// let f = 3.5_f16;
1303
1303
///
@@ -1334,7 +1334,7 @@ impl f16 {
1334
1334
///
1335
1335
/// ```
1336
1336
/// #![feature(f16)]
1337
- /// # #[cfg(reliable_f16_math )] {
1337
+ /// # #[cfg(all(target_arch = "x86_64", target_os = "linux") )] {
1338
1338
///
1339
1339
/// let f = 3.5_f16;
1340
1340
///
You can’t perform that action at this time.
0 commit comments