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