Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x87

Sine computation inconsistency in Visual C++ 2012?

c++ c visual-c++ assembly x87

Why does .NET use SIMD and not x87 for math operations not intrinsic to SIMD?

Is there any way to get correct rounding with the i387 fsqrt instruction?

Free the x87 FPU Stack (ia32)

How do I specify immediate floating point numbers with inline assembly?

What's the difference between the x86 NOP and FNOP instructions?

assembly x86 x87

Why does pow() calculate wrong when Webkit is running?

c++ qt webkit pow x87

Simplest way to remove something from the FPU stack

assembly x86 x87

Why are Intel x87 registers 80 bits wide?

Is SSE floating-point arithmetic reproducible?

Calling fsincos instruction in LLVM slower than calling libc sin/cos functions?

What are the applications/benefits of an 80-bit extended precision data type?

Benefits of x87 over SSE

x86 x86-64 sse fpu x87

Extended (80-bit) double floating point in x87, not SSE2 - we don't miss it?

floating-point sse2 x87

Usefulness of signaling NaN?