I'm somewhat familiar with the x87 instructions for manipulating floating point numbers in x86 assembly. However, I read somewhere that these were seldom used anymore. (And weren't allowed in 64-bit Windows drivers)[1]
If that's the case, what instructions should I be using? I saw something about SSE, but unless I'm mistaken, those instructions were added much more recently and won't be available on older chips. (Like the Pentium II, etc.)
What instructions should I be using?