Browse Source

move ALPHA_I out of register 18 (reserved on OSX)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
cda29633a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/arm64/cgemm_kernel_8x4.S

+ 1
- 1
kernel/arm64/cgemm_kernel_8x4.S View File

@@ -49,7 +49,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define pCRow3 x15
#define pA x16
#define alphaR w17
#define alphaI w18
#define alphaI w19

#define alpha0_R s10
#define alphaV0_R v10.s[0]


Loading…
Cancel
Save