================ @@ -0,0 +1,15 @@ +/*===---- arm64_neon.h - ARM64 NEON intrinsics -----------------------------=== + * + * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. + * See https://llvm.org/LICENSE.txt for license information. + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + * + *===-----------------------------------------------------------------------=== + */ + +#ifndef __ARM64_NEON_H +#define __ARM64_NEON_H ---------------- efriedma-quic wrote:
Please restrict this so we only do this forwarding on MSVC targets: `#ifndef _MSC_VER #include_next "arm64_neon.h"` or something like that. (There should be some examples in other headers.) https://github.com/llvm/llvm-project/pull/196014 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
