mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-20 02:14:55 +00:00
Implement doubleword multiply and divide, and conversions between doubleword and single/double precision floats (#16)
This commit is contained in:
parent
5838e4223a
commit
dbf0e623c8
2 changed files with 34 additions and 4 deletions
|
@ -141,10 +141,6 @@ std::unordered_set<std::string> reimplemented_funcs{
|
|||
"__osInitialize_kmc",
|
||||
"__osInitialize_isv",
|
||||
"__osRdbSend",
|
||||
// libgcc math routines (these throw off the recompiler)
|
||||
"__udivdi3",
|
||||
"__divdi3",
|
||||
"__umoddi3",
|
||||
// ido math routines
|
||||
"__ull_div",
|
||||
"__ll_div",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue