]> git.sesse.net Git - vlc/commit
* modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
authorSam Hocevar <sam@videolan.org>
Tue, 20 Sep 2005 00:11:35 +0000 (00:11 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 20 Sep 2005 00:11:35 +0000 (00:11 +0000)
commitae7273d20f50ce62af7f7a27c86103813b0cf92d
tree4c59b77ebc820fd79a9dbf0370c3b3a784cb5e63
parentb9730ddde01a6c1f9d0f531133292799ef5396b5
  * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
    /* Using i586-mingw32msvc-gcc 3.4.2: */
    uint32_t i; __m64 mm0 = (__m64)(uint64_t)i;           /* ICE */
    uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_rgb_mmx.h