Ticket #17903: exo-mmintrin.diff

File exo-mmintrin.diff, 376 bytes (added by afb@…, 15 years ago)

exo-mmintrin.diff

  • ./exo/exo-gdk-pixbuf-extensions.c

    old new  
    4343#ifdef HAVE_MATH_H
    4444#include <math.h>
    4545#endif
     46#if defined(__GNUC__) && defined(__MMX__)
    4647#ifdef HAVE_MMINTRIN_H
    4748#include <mmintrin.h>
    4849#endif
     50#endif
    4951#ifdef HAVE_STDLIB_H
    5052#include <stdlib.h>
    5153#endif