comparison src/hermes/mmxp2_32.asm @ 1697:393092a3ebf6 SDL-1.3

Fixed bug #157 [patch tweaked to handle older nasm, which doesn't support :function syntax] ------- Comment #5 From Mike Frysinger 2006-05-22 01:24 [reply] ------- Created an attachment (id=132) [edit] libsdl-hidden-nasm.patch here's the patch i posted here: http://www.libsdl.org/pipermail/sdl/2006-March/073618.html this will hide the symbols dynamically if the build nasm/yasm supports the hidden stuff ... in other words, this patch should be safe with both older and new versions of nasm/yasm
author Sam Lantinga <slouken@libsdl.org>
date Wed, 21 Jun 2006 07:57:59 +0000
parents 88c2d6aed428
children 4ce6deb843c5
comparison
equal deleted inserted replaced
1696:3695d3637045 1697:393092a3ebf6
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 23 %include "common.asm"
24 GLOBAL _ConvertMMXpII32_24RGB888 24
25 GLOBAL _ConvertMMXpII32_16RGB565 25 SDL_FUNC _ConvertMMXpII32_24RGB888
26 GLOBAL _ConvertMMXpII32_16BGR565 26 SDL_FUNC _ConvertMMXpII32_16RGB565
27 GLOBAL _ConvertMMXpII32_16RGB555 27 SDL_FUNC _ConvertMMXpII32_16BGR565
28 GLOBAL _ConvertMMXpII32_16BGR555 28 SDL_FUNC _ConvertMMXpII32_16RGB555
29 SDL_FUNC _ConvertMMXpII32_16BGR555
29 30
30 EXTERN _mmxreturn 31 EXTERN _mmxreturn
31 32
32 ;; Macros for conversion routines 33 ;; Macros for conversion routines
33 34