[cfe-commits] [PATCH] Change cmp_XY x86/AVX builtin definition from static inline to macro in avxintrin.h

John McCall rjmccall at apple.com
Wed Apr 6 23:09:51 PDT 2011


On Apr 6, 2011, at 11:04 PM, Syoyo Fujita wrote:
>> For what it's worth, I've had to remove the test case because the
>> intrinsics headers are too host-dependent.
> 
> Is there any good way to write a such host-dependent test in clang
> test-framework?
> I'm ready to write a test if a guideline is provided.

Eli suggested looking at test/CodeGen/mmx_builtins.c, which does
similar sorts of things.

John.



More information about the cfe-commits mailing list