xref: /kvm-unit-tests/lib/s390x/asm/vector.h (revision c315f52b88b967cfb4cd58f3b4e1987378c47f3b)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Vector facility related defines and functions
4  *
5  * Copyright IBM Corp. 2022
6  *
7  * Authors:
8  *    Nico Boehr <nrb@linux.ibm.com>
9  */
10 #ifndef _ASMS390X_VECTOR_H_
11 #define _ASMS390X_VECTOR_H_
12 
13 #define VEC_REGISTER_NUM 32
14 #define VEC_REGISTER_SIZE 16
15 
16 #endif
17