Skip to content

Commit

Permalink
Fix outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 16, 2024
1 parent 500de70 commit 987fc63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fidget/src/jit/x86_64/float_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987fc63

Please sign in to comment.