Comment on A time-travelling door bug in Half Life 2parentComments−adastra229mowhat is this?−Tankenstein9moLooks like a demonstration that using `long double` math requires dipping into x87 instructions, specifically the `fldt` instruction: "floating point load ten bytes".
Comments
what is this?
Looks like a demonstration that using `long double` math requires dipping into x87 instructions, specifically the `fldt` instruction: "floating point load ten bytes".