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.

This commit is contained in:
Luke Wren 2021-06-04 09:19:18 +01:00
parent c03bc2efb5
commit be79a611e1
1 changed files with 1 additions and 1 deletions

View File

@ -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