Obsolete javahelp
[oi-userland.git] / components / sysutils / qemu / patches / 0004-illumos-defines-FSCALE-in-sys-param.h.patch
blobc7138d6c59d8d9184c611a1387de2c50f16a7eff
1 From 2766e1adca84df12833a1105b41180a9b79b7f07 Mon Sep 17 00:00:00 2001
2 From: Andy Fiddaman <illumos@fiddaman.net>
3 Date: Mon, 28 Nov 2022 14:53:46 +0000
4 Subject: illumos defines FSCALE in sys/param.h
6 ---
7 target/arm/translate-sve.c | 1 +
8 1 file changed, 1 insertion(+)
10 diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c
11 index 621a2abb22..27a5a46ff3 100644
12 --- a/target/arm/translate-sve.c
13 +++ b/target/arm/translate-sve.c
14 @@ -3996,6 +3996,7 @@ DO_ZPZZ_FP(FMAX_zpzz, aa64_sve, sve_fmax)
15 DO_ZPZZ_FP(FMINNM_zpzz, aa64_sve, sve_fminnum)
16 DO_ZPZZ_FP(FMAXNM_zpzz, aa64_sve, sve_fmaxnum)
17 DO_ZPZZ_FP(FABD, aa64_sve, sve_fabd)
18 +#undef FSCALE
19 DO_ZPZZ_FP(FSCALE, aa64_sve, sve_fscalbn)
20 DO_ZPZZ_FP(FDIV, aa64_sve, sve_fdiv)
21 DO_ZPZZ_FP(FMULX, aa64_sve, sve_fmulx)