[RISCV] Add Qualcomm uC Xqcics(Conditional Select) extension (#119504)
[llvm-project.git] / clang / lib / Headers / nmmintrin.h
blob59fc7ec99e6145edeadb98ad43ca8b77e5e17e78
1 /*===---- nmmintrin.h - SSE4 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 #ifndef __NMMINTRIN_H
11 #define __NMMINTRIN_H
13 #if !defined(__i386__) && !defined(__x86_64__)
14 #error "This header is only meant to be used on x86 and x64 architecture"
15 #endif
17 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
18 just include it now then. */
19 #include <smmintrin.h>
20 #endif /* __NMMINTRIN_H */