Skip to content

Commit

Permalink
whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jan 6, 2025
1 parent 2d13517 commit dd750d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#
# Copyright (c) 2022 Arm Limited
# Copyright (c) 2022 Hanno Becker
Expand Down
2 changes: 1 addition & 1 deletion examples/naive/armv7m/matacc_asm_opt_16_32_kyber.s
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ matacc_asm_opt_16_32:

pop {r0-r11, pc}

.size matacc_asm_opt_16_32, .-matacc_asm_opt_16_32
.size matacc_asm_opt_16_32, .-matacc_asm_opt_16_32
1 change: 1 addition & 0 deletions slothy/targets/arm_v7m/arch_v7m.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def unconditional(lbl):
"""Emit unconditional branch"""
yield f"b {lbl}"


class VmovCmpLoop(Loop):
"""
Loop ending in a vmov, a compare, and a branch.
Expand Down

0 comments on commit dd750d1

Please sign in to comment.