mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by
default they call the same libgcc routine. The result of the calls are "tested" differently. llvm-svn: 33700
This commit is contained in:
parent
e5f5439313
commit
aa6f0f3b3b
@ -98,6 +98,8 @@ namespace RTLIB {
|
||||
OGT_F64,
|
||||
UO_F32,
|
||||
UO_F64,
|
||||
O_F32,
|
||||
O_F64,
|
||||
|
||||
UNKNOWN_LIBCALL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user