mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Hexagon (target/hexagon) remove unused carry_from_add64 function
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <1617930474-31979-9-git-send-email-tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
92cfa25fd2
commit
85511161f7
3 changed files with 0 additions and 16 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
uint64_t interleave(uint32_t odd, uint32_t even);
|
||||
uint64_t deinterleave(uint64_t src);
|
||||
uint32_t carry_from_add64(uint64_t a, uint64_t b, uint32_t c);
|
||||
int32_t conv_round(int32_t a, int n);
|
||||
void arch_fpop_start(CPUHexagonState *env);
|
||||
void arch_fpop_end(CPUHexagonState *env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue