mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Fix typo in previous commit
llvm-svn: 341742
This commit is contained in:
parent
cce5caaaa1
commit
88499ed92d
@ -643,7 +643,7 @@ namespace ARM_AM {
|
||||
I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25;
|
||||
I |= (Exp & 0x3) << 23;
|
||||
I |= Mantissa << 19;
|
||||
return bit_cast<float>(F);
|
||||
return bit_cast<float>(I);
|
||||
}
|
||||
|
||||
/// getFP16Imm - Return an 8-bit floating-point version of the 16-bit
|
||||
|
Loading…
x
Reference in New Issue
Block a user