commit | a9af119f3df7f3566c4faf81667ee7a3d49db36f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Dec 11 11:03:43 2024 -0600 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Dec 12 14:28:38 2024 -0600 |
tree | 827127cacc31a6418fb05a38bb62ae6fa7b78446 | |
parent | b438362a142527b97b638b7f0f35ebe11911a8d5 [diff] |
include/exec: Introduce fpst alias in helper-head.h.inc This allows targets to declare that the helper requires a float_status pointer and instead of a generic void pointer. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>