1 /*===---- s390intrin.h - SystemZ 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 #ifndef __S390INTRIN_H
11 #define __S390INTRIN_H
14 #error "<s390intrin.h> is for s390 only"
18 #include <htmintrin.h>
22 #include <vecintrin.h>
25 #endif /* __S390INTRIN_H*/