Exactly. This is rather unremarkable compared to the power of existing ASICs. The article doesn't mention integer performance and that isn't unusual most super computers are focusing on high floating point performance and high bandwidth interconnects.
Still if we assume an equivalent integer performance (more likely it will be significantly lower) that would be 10 trillion IntOps per second. SHA-256 is 80 rounds lets assume (highly optimistically) that it can do one round per IntOp that would be 80 IntOps per hash. Lets round up to 100 to include loading, incrementing, checking logic. So 10 trillion integer operations = 100 GH/s.
Difference between floating point and integer is not so big. Look at SSE registers that work with the both representations using the same bits but slightly different opcodes.
Edit: Even more, 1 floating point operation equals to 4 integer operations.