comparison libswscale/swscale_template.c @ 27782:13b72e7bf7ac

cosmetics: typo fix
author diego
date Thu, 23 Oct 2008 16:23:42 +0000
parents 7b83cbade239
children 446f24981781
comparison
equal deleted inserted replaced
27781:b98fceff7bc7 27782:13b72e7bf7ac
28 #undef PREFETCHW 28 #undef PREFETCHW
29 #undef EMMS 29 #undef EMMS
30 #undef SFENCE 30 #undef SFENCE
31 31
32 #ifdef HAVE_3DNOW 32 #ifdef HAVE_3DNOW
33 /* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */ 33 /* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
34 #define EMMS "femms" 34 #define EMMS "femms"
35 #else 35 #else
36 #define EMMS "emms" 36 #define EMMS "emms"
37 #endif 37 #endif
38 38