Follow up to D12272
This adds the missing 3dnow intrinsics _m_to_float / _m_from_float and removes their unnecesary declarations from Intrin.h. These are really just wrappers to existing MMX instructions (they are moved to/from the MMX register as i32 as 3dnow doesn't provide float specific instructions).
Final part to resolve PR23648