We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1300c6 commit 45ec30fCopy full SHA for 45ec30f
proj/hps_accel/linker.ld
@@ -12,6 +12,8 @@ SECTIONS
12
{
13
_ftext = .;
14
*(.text.start)
15
+ /* Place the ConvPerChannel4x4() and LoadInput() functions sequentially
16
+ * to prevent one from evicting the other from the instruction cache. */
17
*/conv_accel.o(.text.*ConvPerChannel4x4*)
18
*/blocks.o(.text.*LoadInput*)
19
*(.text .stub .text.* .gnu.linkonce.t.*)
0 commit comments