aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-22 13:09:56 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-22 13:09:56 -0800
commit8608181c811e6c48d5c449596c4809e8e38c37ac (patch)
treedf3bb6e0a2b6852aec5acf69fa75a525a816cf49 /src
parent245a29dedd9015861386ea4fafc3697c4bfcd761 (diff)
fastcomp updates and a test for fptosi|ui on floats and doubles
Diffstat (limited to 'src')
-rw-r--r--src/library.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/library.js b/src/library.js
index fdb0764d..21d69949 100644
--- a/src/library.js
+++ b/src/library.js
@@ -9180,8 +9180,10 @@ LibraryManager.library = {
emscripten_landingpad: true,
getHigh32: true,
setHigh32: true,
- FPtoILow: true,
- FPtoIHigh: true,
+ FtoILow: true,
+ FtoIHigh: true,
+ DtoILow: true,
+ DtoIHigh: true,
BDtoILow: true,
BDtoIHigh: true,
SItoF: true,