Ever since the official Raspbian image came out, there has been much talking about hard-float - often cited as one of the most prominent Raspbian features, promising "tremendous performance boost".
I realize that floating point operations performed in hardware is many times faster than emulated, but I am sceptical about the real world performance improvements that it brings about. Floating point may be used extensively for scientific computation and yes, media encoding/decoding, but not so much for typical desktop usage and compiling.
How much effect does hard-float really have, artificial benchmarks left aside?