missing ifdef

SVN revision: 6769
This commit is contained in:
Carsten Haitzler 2003-03-14 04:57:09 +00:00
parent 56aac58eab
commit 733ffbfc5d
1 changed files with 2 additions and 0 deletions

View File

@ -17,8 +17,10 @@ evas_common_cpu_catch_ill(void)
void
evas_common_cpu_mmx_test(void)
{
#ifdef BUILD_MMX
pxor_r2r(mm4, mm4);
evas_common_cpu_end_opt();
#endif
}
void