diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-07-27 23:45:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-07-28 13:08:07 +0200 |
commit | ca344be7aabf88dddde38841e6af6292ece6829b (patch) | |
tree | 18e553d2b9958507e1cd9e5891006a473764a09d /unotools | |
parent | f7709a6594753b99973258d33ce3b901ed24df85 (diff) |
tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64
For one, the loop in x86_64::fill_struct was backwards.
And for another, privateSnippedExecutor does not need special handling of FLOAT
and DOUBLE return values (they can simply be moved to %xmm0, as covered by the
general case), but rather for those small structs where floating-point member(s)
in a first eightbyte (targeting %xmm0) are followed by integer member(s) in a
second eightbyte (targeting %rax). Extended testtools to cover two such cases.
Change-Id: I8e775a1d1ce2312610f265bcc8e40b09bdac56df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119576
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unotools')
0 files changed, 0 insertions, 0 deletions