From 987fc63db21dd0310f5b9702cb6fbb50b3820204 Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Sat, 16 Mar 2024 19:05:15 +0000 Subject: [PATCH] Fix outdated comment --- fidget/src/jit/x86_64/float_slice.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fidget/src/jit/x86_64/float_slice.rs b/fidget/src/jit/x86_64/float_slice.rs index fb9fae8c..13d063ae 100644 --- a/fidget/src/jit/x86_64/float_slice.rs +++ b/fidget/src/jit/x86_64/float_slice.rs @@ -297,8 +297,7 @@ impl FloatSliceAssembler { ; mov [rbp - 0x30], r9 ; mov [rbp - 0x38], r15 - // Back up register values to the stack, treating them as doubles - // (since we want to back up all 64 bits) + // Back up register values to the stack, saving all 128 bits ; vmovups [rsp], ymm4 ; vmovups [rsp + 0x20], ymm5 ; vmovups [rsp + 0x40], ymm6