[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 3/7] fpu: make softfloat-macros "self-contained"
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH v1 3/7] fpu: make softfloat-macros "self-contained" |
Date: |
Thu, 8 Aug 2019 17:41:13 +0100 |
The macros use the "flags" type and to be consistent if anyone just
needs the macros we should bring in the header we need. There is an
outstanding TODO to audit the use of "flags" and replace with bool at
which point this include could be dropped.
Signed-off-by: Alex Bennée <address@hidden>
---
include/fpu/softfloat-macros.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/fpu/softfloat-macros.h b/include/fpu/softfloat-macros.h
index c55aa6d1742..e698bca4e1d 100644
--- a/include/fpu/softfloat-macros.h
+++ b/include/fpu/softfloat-macros.h
@@ -82,6 +82,8 @@ this code that are retained.
#ifndef FPU_SOFTFLOAT_MACROS_H
#define FPU_SOFTFLOAT_MACROS_H
+#include "fpu/softfloat-types.h"
+
/*----------------------------------------------------------------------------
| Shifts `a' right by the number of bits given in `count'. If any nonzero
| bits are shifted off, they are ``jammed'' into the least significant bit of
--
2.20.1
- Re: [Qemu-devel] [PATCH v1 2/7] fpu: move inline helpers into a separate header, (continued)
- [Qemu-devel] [PATCH v1 6/7] target/riscv: rationalise softfloat includes, Alex Bennée, 2019/08/08
- [Qemu-devel] [PATCH v1 5/7] target/mips: rationalise softfloat includes, Alex Bennée, 2019/08/08
- [Qemu-devel] [PATCH v1 7/7] targets (various): use softfloat-helpers.h where we can, Alex Bennée, 2019/08/08
- [Qemu-devel] [PATCH v1 3/7] fpu: make softfloat-macros "self-contained",
Alex Bennée <=
- Re: [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups, no-reply, 2019/08/08
- Re: [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups, no-reply, 2019/08/08
- Re: [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups, no-reply, 2019/08/08
- Re: [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups, no-reply, 2019/08/08
- Re: [Qemu-devel] [PATCH v1 0/7] softfloat header cleanups, Markus Armbruster, 2019/08/09