1 // REQUIRES: x86-target-arch
2 // RUN: %clang_builtins %s %librt -o %t && %run %t
3 // REQUIRES: librt_has_x86
5 // FIXME: XFAIL the test because it is expected to return non-zero value.
10 #if defined(i386) || defined(__x86_64__)
11 if(__builtin_cpu_supports("avx2"))