зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1847899 - Fix fdlibm patch. r=mgaudet DONTBUILD
Depends on D185792 Differential Revision: https://phabricator.services.mozilla.com/D185793
This commit is contained in:
Родитель
20169e553c
Коммит
e47a6ae649
|
@ -447,8 +447,8 @@ diff --git a/s_trunc.cpp b/s_trunc.cpp
|
|||
--- a/s_scalbnf.cpp
|
||||
+++ b/s_scalbnf.cpp
|
||||
@@ -32,10 +34,8 @@
|
||||
if (n < -126)
|
||||
n = -126;
|
||||
if (n < -126)
|
||||
n = -126;
|
||||
}
|
||||
}
|
||||
u.i = (uint32_t)(0x7f+n)<<23;
|
||||
|
|
Загрузка…
Ссылка в новой задаче