aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-04-21 18:51:30 +0000
committeriximeow <me@iximeow.net>2026-04-21 18:51:30 +0000
commit6eb9d69ebf3472bb9fb39fe4b7144d92f031f105 (patch)
tree305de7dd3e91802281ba686929413777cc5454ab /CHANGELOG
parent9598dfc3f069681ebc2145ca87f8ed19bdde3cb7 (diff)
changelog too
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9695bb4..d6fe84f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+## 1.1.0
+
+asmlinator now sets up VMs to be able to execute SSE, AVX, and AVX512
+instructions as supported by the host processor.
+
+VM setup also panics in the absence of 1GB page support, rather than proceeding
+with totally bogus page tables. this limits support to:
+* AMD K10 (~Phenom X4 9500, 2007) or later,
+* Intel Sandy Bridge-E (~i7-3930K, 2011) or later
+
## 1.0.0
it exists. easy path to a VM that effectively boots directly to x86_64.