Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 pmbaty 1
/*===---- arm_bf16.h - ARM BF16 intrinsics -----------------------------------===
2
 *
3
 *
4
 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
 * See https://llvm.org/LICENSE.txt for license information.
6
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
 *
8
 *===-----------------------------------------------------------------------===
9
 */
10
 
11
#ifndef __ARM_BF16_H
12
#define __ARM_BF16_H
13
 
14
typedef __bf16 bfloat16_t;
15
#define __ai static __inline__ __attribute__((__always_inline__, __nodebug__))
16
 
17
 
18
#undef __ai
19
 
20
#endif