2013-09-21 05:12:25 +08:00
|
|
|
// RUN: %clang_cc1 -triple i386-apple-darwin10 -target-cpu yonah -fsyntax-only -verify -std=c89 %s
|
2012-10-19 20:44:48 +08:00
|
|
|
// expected-no-diagnostics
|
2010-03-27 04:17:23 +08:00
|
|
|
|
2010-10-20 08:12:59 +08:00
|
|
|
// FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
|
|
|
|
// on win32 since we don't generally know how to find errno.h.
|
|
|
|
|
|
|
|
#define __MM_MALLOC_H
|
|
|
|
|
2010-03-23 02:14:12 +08:00
|
|
|
// PR6658
|
|
|
|
#include <xmmintrin.h>
|
|
|
|
|