Skip to content

Commit

Permalink
Move assembly comment about GP registers being saved
Browse files Browse the repository at this point in the history
  - Does not affect binary code generated

PiperOrigin-RevId: 728394503
  • Loading branch information
fbarchard authored and xnnpack-bot committed Feb 18, 2025
1 parent 0df264c commit 816aefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemm_compiler/x64_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ def header(self, M, N, prefix, isa):
BEGIN_FUNCTION {function_name}
.intel_syntax noprefix
# Free up GP registers.
# Save register arguments for tail call to msan annotation helper.
push rdi
push rsi
# Free up GP registers.
push rbx
push rbp
push r15
Expand Down

0 comments on commit 816aefe

Please sign in to comment.