projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e232630
)
fpu: remove the LIT64 macro
author
Alex Bennée
<alex.bennee@linaro.org>
Tue, 13 Aug 2019 11:29:32 +0000
(12:29 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000
(12:07 +0100)
Now the rest of the code has been cleaned up we can remove this.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
include/fpu/softfloat.h
patch
|
blob
|
history
diff --git
a/include/fpu/softfloat.h
b/include/fpu/softfloat.h
index 3ff3fa52245f4c0ec429dd2ec36f3ad59e48b800..d9333eb65b8be40bef1a769e7a9bd8b5bcaa36f8 100644
(file)
--- a/
include/fpu/softfloat.h
+++ b/
include/fpu/softfloat.h
@@
-82,8
+82,6
@@
this code that are retained.
#ifndef SOFTFLOAT_H
#define SOFTFLOAT_H
-#define LIT64( a ) a##LL
-
/*----------------------------------------------------------------------------
| Software IEC/IEEE floating-point ordering relations
*----------------------------------------------------------------------------*/