From be79a611e18b707646e246909a07f30c5cfa0df0 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Fri, 4 Jun 2021 09:19:18 +0100 Subject: [PATCH] Increasing p2align on vectors from 8 to 12 (as it was originally) makes coremark go back up from 2.91 to 2.92. Still mystified as to why. --- test/sim/common/init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sim/common/init.S b/test/sim/common/init.S index aaf3986..821d83b 100644 --- a/test/sim/common/init.S +++ b/test/sim/common/init.S @@ -22,7 +22,7 @@ j \name // ---------------------------------------------------------------------------- // Vector table (must be at least aligned to its size rounded up to power of 2) -.p2align 8 +.p2align 12 .vector_table: // Single exception vector, also takes IRQs if vectoring is disabled