|
|
|
|
|
by astrange
1386 days ago
|
|
You could also get an issue with x87/MMX where floating point code wouldn't work if you wrote some MMX code and didn't do an `emms` instruction afterward. This is basically the reason compiler autovectorization doesn't do MMX. |
|