Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1072)

Unified Diff: newlib/libm/machine/i386/f_ldexp.S

Issue 961083002: Make x86-32 assembly compatible with LLVM's integrated assembler (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: review Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « newlib/libc/machine/i386/i386mach.h ('k') | newlib/libm/machine/i386/f_ldexpf.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib/libm/machine/i386/f_ldexp.S
diff --git a/newlib/libm/machine/i386/f_ldexp.S b/newlib/libm/machine/i386/f_ldexp.S
index d5b8952777a335c98f95be463c2ef0a0cffab27f..748c97da8f83be35b93622547891a5e711ae8273 100644
--- a/newlib/libm/machine/i386/f_ldexp.S
+++ b/newlib/libm/machine/i386/f_ldexp.S
@@ -28,7 +28,7 @@ There is no error checking or setting of errno.
SYM (_f_ldexp):
pushl ebp
movl esp,ebp
- fild 16(ebp)
+ fildl 16(ebp)
fldl 8(ebp)
fscale
fstp st1
« no previous file with comments | « newlib/libc/machine/i386/i386mach.h ('k') | newlib/libm/machine/i386/f_ldexpf.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698