Browse Source

move alpha to x19/x20 to leave x18 unused for OSX

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

+ 2
- 2
kernel/arm64/zgemm_kernel_4x4.S View File

@@ -48,8 +48,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define pCRow2 x14 #define pCRow2 x14
#define pCRow3 x15 #define pCRow3 x15
#define pA x16 #define pA x16
#define alphaR x17
#define alphaI x18
#define alphaR x19
#define alphaI x20


#define alpha0_R d10 #define alpha0_R d10
#define alphaV0_R v10.d[0] #define alphaV0_R v10.d[0]


Loading…
Cancel
Save