Add f16
and f128
LLVM intrinsics
This commit is contained in:
parent
6cbf0926d5
commit
02778b3e0e
6 changed files with 174 additions and 9 deletions
|
@ -695,7 +695,7 @@ impl MsvcBasicName for ty::UintTy {
|
|||
|
||||
impl MsvcBasicName for ty::FloatTy {
|
||||
fn msvc_basic_name(self) -> &'static str {
|
||||
// FIXME: f16 and f128 have no MSVE representation. We could improve the debuginfo.
|
||||
// FIXME: f16 and f128 have no MSVC representation. We could improve the debuginfo.
|
||||
// See: <https://github.com/rust-lang/rust/pull/114607/files#r1454683264>
|
||||
match self {
|
||||
ty::FloatTy::F16 => "half",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue