From dd750d1b18ffc539ff9f1c548f328fb7baae5638 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Mon, 6 Jan 2025 19:20:31 +0800 Subject: [PATCH] whitespace changes --- example.py | 1 - examples/naive/armv7m/matacc_asm_opt_16_32_kyber.s | 2 +- slothy/targets/arm_v7m/arch_v7m.py | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example.py b/example.py index b9ba4da0..627a1236 100644 --- a/example.py +++ b/example.py @@ -1,4 +1,3 @@ - # # Copyright (c) 2022 Arm Limited # Copyright (c) 2022 Hanno Becker diff --git a/examples/naive/armv7m/matacc_asm_opt_16_32_kyber.s b/examples/naive/armv7m/matacc_asm_opt_16_32_kyber.s index aece892f..ec2df4b6 100644 --- a/examples/naive/armv7m/matacc_asm_opt_16_32_kyber.s +++ b/examples/naive/armv7m/matacc_asm_opt_16_32_kyber.s @@ -190,4 +190,4 @@ matacc_asm_opt_16_32: pop {r0-r11, pc} -.size matacc_asm_opt_16_32, .-matacc_asm_opt_16_32 \ No newline at end of file +.size matacc_asm_opt_16_32, .-matacc_asm_opt_16_32 diff --git a/slothy/targets/arm_v7m/arch_v7m.py b/slothy/targets/arm_v7m/arch_v7m.py index 941126f2..1de96011 100644 --- a/slothy/targets/arm_v7m/arch_v7m.py +++ b/slothy/targets/arm_v7m/arch_v7m.py @@ -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.