]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/arm/arm_mve_types.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / arm / arm_mve_types.h
1 /* Arm MVE intrinsics include file.
2
3 Copyright (C) 2020-2024 Free Software Foundation, Inc.
4 Contributed by Arm.
5
6 This file is part of GCC.
7
8 GCC is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published
10 by the Free Software Foundation; either version 3, or (at your
11 option) any later version.
12
13 GCC is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
16 License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
21
22 #ifndef _GCC_ARM_MVE_TYPES_H
23 #define _GCC_ARM_MVE_TYPES_H
24
25 #if (__ARM_FEATURE_MVE & 2) /* MVE Floating point. */
26 typedef __fp16 float16_t;
27 typedef float float32_t;
28 #endif
29
30 #pragma GCC arm "arm_mve_types.h"
31
32 #endif /* _GCC_ARM_MVE_H. */