target/arm: Fix FJCVTZS vs flush-to-zero
[qemu/ar7.git] / tests / qtest / ppc-util.h
blobf68ee9352056c59f28744097a7eb0b832d4c0dcb
1 /*
2 * PowerPC misc useful things
4 * Copyright (c) 2024, IBM Corporation.
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef PPC_UTIL_H
10 #define PPC_UTIL_H
12 /* List of capabilities needed to silence warnings with TCG */
13 #define PSERIES_DEFAULT_CAPABILITIES \
14 "cap-cfpc=broken," \
15 "cap-sbbc=broken," \
16 "cap-ibs=broken," \
17 "cap-ccf-assist=off,"
19 #endif /* PPC_UTIL_H */