From 855fa08f1d2f4bc405a1cfc205b5e9321dd4ebf5 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 23 Jul 2023 13:13:44 -0700 Subject: fix inconsistently-poreted memory access size of vcvt{,t}{sd,si} --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index f59fac1..81a1f46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,10 @@ * extended support for some newer instructions (pconfig, movdir64b) from just 64-bit to all decode modes * fix cvttsd2si/cvtsd2si reporting xmm registers as destinations in 64-bit mode +* fix inconsistently-reported memory access size of vcvt{,t}{sd,si} across + encodings and bitness + * in some cases, instructions loading a single-precision float reported 8-byte loads + * in some cases, instructions loading a double-precision float reported 4-byte loads ## 1.1.5 * fix several typos across crate docs - thank you Bruce! (aka github user waywardmonkeys) -- cgit v1.1