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 *===-----------------------------------------------------------------------===
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."
20 #include <prfchwintrin.h>