implement double-to-float narrowing in the x86 NCG (#4441)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 30 Mar 2011 10:18:09 +0000 (10:18 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 30 Mar 2011 10:18:09 +0000 (10:18 +0000)
commit41147ad2a9ca84ebe66386b3b0043cb7b48ddcd8
tree7139414769b576c87b23fbd69b468ffd31094521
parenta8051a4b615742040bf1a53bb1ff21236dcc9fcd
implement double-to-float narrowing in the x86 NCG (#4441)
compiler/nativeGen/X86/CodeGen.hs
compiler/nativeGen/X86/Instr.hs
compiler/nativeGen/X86/Ppr.hs