summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2023-01-09 14:08:08 -0600
committer cracyc <cracyc@users.noreply.github.com>2023-01-09 14:08:08 -0600
commit1287b114deebb6b9c2ddac34999acae93496b4cf (patch)
treea91bc44d35e33cde62e24560fc318ba4c70932a4 /scripts/src/3rdparty.lua
parent06da34a209ac5482a3e06c07d5a0f3305c049c52 (diff)
i386: fix fpu log2 and atan
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r--scripts/src/3rdparty.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 491450f60a3..abad8719c38 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -211,6 +211,7 @@ end
MAME_DIR .. "3rdparty/softfloat/fsincos.c",
MAME_DIR .. "3rdparty/softfloat/fpatan.c",
MAME_DIR .. "3rdparty/softfloat/fyl2x.c",
+ MAME_DIR .. "3rdparty/softfloat/f2xm1.c",
}