From ab4907325ea264efc26b89ebad7e10522cb823e5 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 5 Dec 2017 13:32:37 +0000 Subject: COMPMID-556 Fix build issues with Clang Cleaned up build system a bit Change-Id: I476deb5e8998653a15d018dc332d43c1d439d4c6 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111917 Reviewed-by: Pablo Tello Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- .../NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/NEON/kernels') diff --git a/src/core/NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float.hpp b/src/core/NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float.hpp index 5925f9d569..bf6ba907b9 100644 --- a/src/core/NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float.hpp +++ b/src/core/NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float.hpp @@ -296,7 +296,7 @@ inline void Winograd2x2_3x3GemmOutput::_execute( "subs tile_i, tile_i, #1\n" "bne 2b\n" - "subs %[batch], %[batch], #1\n" + "subs %w[batch], %w[batch], #1\n" "bne 1b\n" ".unreq F11\n" ".unreq qF11\n" @@ -355,9 +355,9 @@ inline void Winograd2x2_3x3GemmOutput::_execute( [mstride3] "r" (3 * mstride * sizeof(float)), [mrowpad] "r" ((matrix_row_stride - output_shape.n_channels) * sizeof(float)) : "x19", "x20", "x21", - "q0", "q1", "q2", "q3", "q4", "q5", "q6", "q7", "q8", "q9", "q10", "q11", - "q12", "q13", "q14", "q15", "q16", "q17", "q18", "q19", "q20", "q21", - "q22", "q23", "q24", "q25", "q26", "q27", + "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", + "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", + "v22", "v23", "v24", "v25", "v26", "v27", "cc", "memory" ); } -- cgit v1.2.1