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


.netassemblysimdssex87

Read More
Assembly: How does fld st(0) duplicate the top stack value in the following code?...


assemblyx86x87

Read More
Why does gcc compare seemingly equal floating point values as different with "-fexcess-precisio...


c++gccx86floating-pointx87

Read More
Why do modern compilers prefer SSE over FPU for single floating-point operations...


cassemblyfloating-pointssex87

Read More
Instruction FYL2XP1...


assemblyx86floating-pointinstructionsx87

Read More
Power function in inline 64-bits Assembly on C++ Builder for floating points base...


c++assemblyc++builderinline-assemblyx87

Read More
What is the error of trigonometric instructions on x86?...


mathx86floating-pointtrigonometryx87

Read More
I'm having trouble finding my error on my Quadratic Formula Assembly Program (HLA)...


assemblyx86x87hla

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


assemblyx86x87

Read More
Clamping the results of 1-(x/y) to -1 .. +1 range for positive inputs, and special casing zero...


assemblyx87

Read More
Should values always be popped off the x87 FPU stack?...


assemblyx86intelreal-modex87

Read More
Benefits of x87 over SSE...


x86x86-64ssefpux87

Read More
WinDBG under VMware Workstation Pro 16.2.3 zeros x87 FPUInstructionPointer when single-stepping...


assemblyx86shellcodefpux87

Read More
x86 80-bit floating point type in Java...


javafloating-pointprecisionx87x86-emulation

Read More
SSE gives no speedup for C++ number crunching...


c++gccssex87

Read More
x86 Assembly How to properly get XMM0 into ST0?...


assemblyfloating-pointssefasmx87

Read More
Can the x87 perform exact division on UNsigned QUADword integers?...


assemblyx86roundinginteger-divisionx87

Read More
Is fdiv faster with a dword or qword argument?...


assemblyx86floating-pointcpu-architecturex87

Read More
Does FADDP ST(0), ST(1) make sense?...


assemblyx86instruction-setx87

Read More
How to convert old x87 assembly code to extended asm (with "=u" and "=t" constra...


c++assemblyinline-assemblycartesianx87

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


floating-pointsse2x87

Read More
Why does FLD m80fp not raise an exception for SNaN inputs while FLD of double or float can?...


assemblyx86floating-pointx87

Read More
Why does this simple program compiled with gcc,-mfpmath=387, and an optimization level of -O2 or -O3...


cgccx86floating-pointx87

Read More
Is casting float to int inside processor in C...


coptimizationcastingfloating-pointx87

Read More
GDB examine long double array...


assemblyfloating-pointgdbx86-64x87

Read More
assembly x86 x to the power of b...


assemblyx86x87

Read More
What does the following x86 assembly code with the FLDCW instruction do?...


assemblyx86floating-pointieee-754x87

Read More
How to add two numbers, integer and a float in NASM?...


gccassemblyx86nasmx87

Read More
How to compare 2 float in assembly...


assemblyx86floating-pointx87

Read More
Fast float-to-int formula with rounding toward -Inf: how does it work?...


assemblyx86floating-point-conversionx87

Read More
BackNext