diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-08-17 17:44:51 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-10-06 11:03:01 +0300 |
commit | 11dd57cc15fd4f42b797357017a1119a49449f97 (patch) | |
tree | 0dcf6a5d774096be94f5e361f6ad6e229f66822f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7e67c75d405b5a3b66ce0af267320ed60e319dd0 (diff) | |
download | linux-11dd57cc15fd4f42b797357017a1119a49449f97.tar.xz |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions