Skip to content

Releases: Decompollaborate/libgcc_vr4300

v1.0.0

14 Nov 19:34
Compare
Choose a tag to compare

[v1.0.0] - 2023-11-14

Added

  • libc functions:
    • Memory functions: memcpy, memmove.
  • Support for more ABIs: eabi32 and eabi64

v0.1.0

08 Nov 00:06
Compare
Choose a tag to compare

[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.
    • Integer arithmetic functions.
      • Division operations: __divdi3, __udivdi3.
      • Reminder operations: __moddi3, __umoddi3.
  • libc functions:
    • This library also provides some libc functiosn because GCC is able to
      emit them implicitly.
    • Memory functions: memcmp, memset.
  • 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

Pin this version