libtheora-xcode31.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. --- libtheora-1.0/lib/enc/x86_32/dct_decode_mmx.c 2008-10-21 05:36:19.000000000 +0200
  2. +++ libtheora/lib/enc/x86_32/dct_decode_mmx.c 2009-10-27 18:10:51.000000000 +0100
  3. @@ -30,7 +30,7 @@
  4.                            const ogg_int16_t *_ll){
  5.    long esi;
  6.    _pix-=_ystride*2;
  7. -  __asm__ __volatile__(
  8. +  __asm__(
  9.      /*mm0=0*/
  10.      "pxor %%mm0,%%mm0nt"
  11.      /*esi=_ystride*3*/
  12. @@ -213,7 +213,7 @@
  13.                             const ogg_int16_t *_ll){
  14.    long esi;
  15.    long edi;
  16. -  __asm__ __volatile__(
  17. +  __asm__(
  18.      /*x x x x 3 2 1 0*/
  19.      "movd (%[pix]),%%mm0nt"
  20.      /*esi=_ystride*3*/