top | item 21511199 (no title) excessive | 6 years ago Your first line of main is adding -0.0 and -0.0, which is not what I think you intended to show. discuss order hn newest tlb|6 years ago Oops, you're right. https://godbolt.org/z/pAwqUA shows it better. Adding a -0 and +0 together in either order gives +0, using the actual x86-64 addsd instruction.
tlb|6 years ago Oops, you're right. https://godbolt.org/z/pAwqUA shows it better. Adding a -0 and +0 together in either order gives +0, using the actual x86-64 addsd instruction.
tlb|6 years ago