aquanull cfa029573c Fix capping in vf2i
A quick and rough skim lead me to this quick and lazy fix. In short , IEEE 754 single-precision float is not precise enough for storing every int32 value, and you need double for that ;)

BTW, should there be a default case for the switch ((op >> 21) & 0x1f) right following below or dsv could be uninitialized?
2013-04-19 18:16:45 +08:00
..
2013-04-13 19:01:22 +08:00
2013-04-19 18:16:45 +08:00
2013-04-14 10:48:42 +02:00
2013-04-08 21:46:54 +02:00
2013-03-30 04:11:53 -04:00