mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6ab2547cb
commit
991d3616c8
@ -98,6 +98,8 @@ namespace RTLIB {
|
||||
OGT_F64,
|
||||
UO_F32,
|
||||
UO_F64,
|
||||
O_F32,
|
||||
O_F64,
|
||||
|
||||
UNKNOWN_LIBCALL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user