Mercurial > sdl-ios-xcode
comparison src/hermes/mmxp2_32.asm @ 1699:4ce6deb843c5 SDL-1.3
Renamed, per Mike's comment on bug #157
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 21 Jun 2006 08:26:43 +0000 |
parents | 393092a3ebf6 |
children | 180fa05e98e2 |
comparison
equal
deleted
inserted
replaced
1698:412149a1c756 | 1699:4ce6deb843c5 |
---|---|
18 ; are, they're terrible on p5 MMXs, but less so on pIIs. Someone needs to | 18 ; are, they're terrible on p5 MMXs, but less so on pIIs. Someone needs to |
19 ; optimise them for p5 MMXs.. | 19 ; optimise them for p5 MMXs.. |
20 | 20 |
21 BITS 32 | 21 BITS 32 |
22 | 22 |
23 %include "common.asm" | 23 %include "common.inc" |
24 | 24 |
25 SDL_FUNC _ConvertMMXpII32_24RGB888 | 25 SDL_FUNC _ConvertMMXpII32_24RGB888 |
26 SDL_FUNC _ConvertMMXpII32_16RGB565 | 26 SDL_FUNC _ConvertMMXpII32_16RGB565 |
27 SDL_FUNC _ConvertMMXpII32_16BGR565 | 27 SDL_FUNC _ConvertMMXpII32_16BGR565 |
28 SDL_FUNC _ConvertMMXpII32_16RGB555 | 28 SDL_FUNC _ConvertMMXpII32_16RGB555 |