diff options
author | 2023-08-17 16:44:51 +0200 | |
---|---|---|
committer | 2023-10-06 10:03:01 +0200 | |
commit | 11dd57cc15fd4f42b797357017a1119a49449f97 (patch) | |
tree | 0dcf6a5d774096be94f5e361f6ad6e229f66822f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | m68k: math-emu: Make multi_arith.h self-contained (diff) | |
download | wireguard-linux-11dd57cc15fd4f42b797357017a1119a49449f97.tar.xz wireguard-linux-11dd57cc15fd4f42b797357017a1119a49449f97.zip |
m68k: math-emu: Replace external declarations by header inclusion
Replace the (incorrect) external declarations by an inclusion of the
appropriate header file.
Semantically, the "src" parameters of the various fp_*() functions are
constant. However, they cannot actually be const as most of these
functions perform a normalization step first. As the fp_one constant
passed to fp_add() is already normalized, it is safe to cast away its
constness when making the function call.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/163bc2f64b5a3dd7b96a12aaca6733b408ddc880.1692283195.git.geert@linux-m68k.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions