x87 is the legacy 80bit floating point subset of the x86 instruction set.
When i try to write Heron algorithm to count sqrt from ECX register, it doesn't work. It looks like the …
assembly x86 floating-point sse x87I was reading today about researchers discovering that NVidia's Phys-X libraries use x87 FP vs. SSE2. Obviously this will be …
floating-point sse2 x87I've recently read up quite a bit on IEEE 754 and the x87 architecture. I was thinking of using NaN as …
c++ visual-c++ floating-point ieee-754 x87When I try to compile this code: #include <stdio.h> main(int argc, char *argv[]) { double y = 0; __asm__ ("…
c gcc assembly inline-assembly x87I've been having some trouble lately with FPU stack overflows. I managed to track it back to a buggy library …
assembly x86 x87