mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-07 10:07:17 +00:00
These are more correctly called signaling NaNs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a831ce85f
commit
9e4635a5b8
@ -764,7 +764,7 @@ void ExecutionEngine::LoadValueFromMemory(GenericValue &Result,
|
||||
break;
|
||||
case Type::X86_FP80TyID: {
|
||||
// This is endian dependent, but it will only work on x86 anyway.
|
||||
// FIXME: Does not trap if loading a trapping NaN.
|
||||
// FIXME: Will not trap if loading a signaling NaN.
|
||||
uint16_t *p = (uint16_t*)Ptr;
|
||||
union {
|
||||
uint16_t x[8];
|
||||
|
Loading…
x
Reference in New Issue
Block a user