commit | 5a3f643750a3250d00d845a3a7a50c0aee99d9f9 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <guinevere@redhat.com> | Wed Jan 08 09:37:47 2025 -0300 |
committer | Guinevere Larsen <guinevere@redhat.com> | Tue Jan 14 14:47:56 2025 -0300 |
tree | 4a0a9cdcc7714067935911275f3b34fd5137768d | |
parent | 2d42150b06529481967e8ffd306a29fce9b24f4c [diff] |
gdb/record: add support for floating point vunpck instructions This commit adds support for the AVX instructions vunpck[l|h][ps|pd] instructions, which was pretty straightforward. This commit also fixes a mistake in the test, where "record stop" was used after the recording was already stopped, if it failed during vpunpck_test recording. It also improved the documentation at the start of the relevant .c function. Approved-By: Guinevere Larsen <guinevere@redhat.com>