mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
fmt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use rand::Rng;
|
||||
use rustc_apfloat::Float;
|
||||
use rustc_middle::ty::FloatTy;
|
||||
use rustc_middle::ty;
|
||||
use rustc_middle::ty::FloatTy;
|
||||
|
||||
use super::check_intrinsic_arg_count;
|
||||
use crate::helpers::{ToHost, ToSoft};
|
||||
@@ -79,7 +79,7 @@ fn emulate_simd_intrinsic(
|
||||
}
|
||||
FloatTy::F128 => unimplemented!("f16_f128"),
|
||||
};
|
||||
|
||||
|
||||
this.write_scalar(val, &dest)?;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user