File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 22// RUN: %clang_cc1 -fsyntax-only -D_CLANG_DISABLE_CRT_DEPRECATION_WARNINGS -ffreestanding %s -verify
33// RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify
44
5+ // XFAIL: target=arm64ec-pc-windows-msvc
6+ // These intrinsics are not yet implemented for Arm64EC.
7+
58#if defined(i386 ) || defined(__x86_64__ )
69#ifndef _CLANG_DISABLE_CRT_DEPRECATION_WARNINGS
710// [email protected] :*{{The <mm3dnow.h> header is deprecated}}
Original file line number Diff line number Diff line change 22// RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify
33// expected-no-diagnostics
44
5+ // XFAIL: target=arm64ec-pc-windows-msvc
6+ // These intrinsics are not yet implemented for Arm64EC.
7+
58#if defined(i386 ) || defined(__x86_64__ )
69#include <pmmintrin.h>
710
Original file line number Diff line number Diff line change 22// RUN: %clang_cc1 -fsyntax-only -ffreestanding -flax-vector-conversions=none %s
33// RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s
44
5+ // XFAIL: target=arm64ec-pc-windows-msvc
6+ // These intrinsics are not yet implemented for Arm64EC.
7+
58#if defined(i386 ) || defined(__x86_64__ )
69
710#ifdef __SSE4_2__
Original file line number Diff line number Diff line change 33// RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify
44// expected-no-diagnostics
55
6+ // XFAIL: target=arm64ec-pc-windows-msvc
7+ // These intrinsics are not yet implemented for Arm64EC.
8+
69#if defined(i386 ) || defined(__x86_64__ )
710
811// Include the metaheader that includes all x86 intrinsic headers.
Original file line number Diff line number Diff line change 11// RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify
22// expected-no-diagnostics
33
4+ // XFAIL: target=arm64ec-pc-windows-msvc
5+ // These intrinsics are not yet implemented for Arm64EC.
6+
47#if defined(i386) || defined(__x86_64__)
58
69// Include the metaheader that includes all x86 intrinsic headers.
You can’t perform that action at this time.
0 commit comments