[RISCV] Add Qualcomm uC Xqcics(Conditional Select) extension (#119504)
[llvm-project.git] / clang / lib / Headers / mm3dnow.h
blobafffba3a9c75eb2ed75c8a4fa2ef41784f721b47
1 /*===---- mm3dnow.h - 3DNow! intrinsics ------------------------------------===
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
8 */
10 // 3dNow intrinsics are no longer supported.
12 #ifndef _MM3DNOW_H_INCLUDED
13 #define _MM3DNOW_H_INCLUDED
15 #ifndef _CLANG_DISABLE_CRT_DEPRECATION_WARNINGS
16 #warning "The <mm3dnow.h> header is deprecated, and 3dNow! intrinsics are unsupported. For other intrinsics, include <x86intrin.h>, instead."
17 #endif
19 #include <mmintrin.h>
20 #include <prfchwintrin.h>
22 #endif