Home | History | Annotate | Download | only in Headers
      1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
      2 
      3 // FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
      4 // on win32 since we don't generally know how to find errno.h.
      5 
      6 #define __MM_MALLOC_H
      7 
      8 // PR6658
      9 #include <xmmintrin.h>
     10 
     11