aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
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)