mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
6eacaf2e82
(likewise for -mmmx vs. mmx registers). Instead, since GCC won't generate MMX/SSE code without explicit intrinsics use of vectorization, we know those register won't be clobbered outside of the __asm__ code. So, it's safe as is (we could also remove all sse/mmx clobbers).