Releases: Decompollaborate/libgcc_vr4300
Releases · Decompollaborate/libgcc_vr4300
v1.0.0
v0.1.0
[v0.1.0] - 2023-11-07
Added
- First release!
libgcc
functions:- Software floating point emulation functions.
- Float from integer conversion:
__floatdidf
,__floatdisf
,
__floatundidf
,__floatundisf
. - Integer from float conversion:
__fixdfdi
,__fixsfdi
,__fixunsdfdi
.
__fixunssfdi
. - Miscellaneous float operations:
__powidf2
,__powisf2
.
- Float from integer conversion:
- Integer arithmetic functions.
- Division operations:
__divdi3
,__udivdi3
. - Reminder operations:
__moddi3
,__umoddi3
.
- Division operations:
- Software floating point emulation functions.
libc
functions:- This library also provides some
libc
functiosn because GCC is able to
emit them implicitly. - Memory functions:
memcmp
,memset
.
- This library also provides some
- All the functions provided by this library are marked as
weak
functions in
the case the user provides their own implementations for some of the
functions of this library and wants to use those instead. - Compatible with various ABIs:
o32
,n32
,o64
,n64
.
Download links
Latest version
o32
: https://github.com/Decompollaborate/libgcc_vr4300/releases/latest/download/libgcc_vr4300-o32.tar.gzn32
: https://github.com/Decompollaborate/libgcc_vr4300/releases/latest/download/libgcc_vr4300-n32.tar.gzo64
: https://github.com/Decompollaborate/libgcc_vr4300/releases/latest/download/libgcc_vr4300-o64.tar.gzn64
: https://github.com/Decompollaborate/libgcc_vr4300/releases/latest/download/libgcc_vr4300-n64.tar.gz
Pin this version
o32
: https://github.com/Decompollaborate/libgcc_vr4300/releases/download/v0.1.0/libgcc_vr4300-o32.tar.gzn32
: https://github.com/Decompollaborate/libgcc_vr4300/releases/download/v0.1.0/libgcc_vr4300-n32.tar.gzo64
: https://github.com/Decompollaborate/libgcc_vr4300/releases/download/v0.1.0/libgcc_vr4300-o64.tar.gzn64
: https://github.com/Decompollaborate/libgcc_vr4300/releases/download/v0.1.0/libgcc_vr4300-n64.tar.gz