Implement doubleword multiply and divide, and conversions between doubleword and single/double precision floats (#16)

This commit is contained in:
Tharo 2024-05-11 19:08:15 +01:00 committed by GitHub
parent 5838e4223a
commit dbf0e623c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 4 deletions

View file

@ -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",