Merge pull request #2049 from Celelibi/fix_crash_sgemm_sse_x64

Fix crash in sgemm SSE/nano kernel on x86_64
This commit is contained in:
Martin Kroeker 2019-03-07 19:28:06 +01:00 committed by GitHub
commit 8d3d29e4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@
#endif
movq %rsp, %rbx # save old stack
subq $128 + LOCAL_BUFFER_SIZE, %rsp
subq $256 + LOCAL_BUFFER_SIZE, %rsp
andq $-4096, %rsp # align stack
STACK_TOUCHING

View File

@ -383,7 +383,7 @@
EMMS
movq %rsp, %rbx # save old stack
subq $128 + LOCAL_BUFFER_SIZE, %rsp
subq $256 + LOCAL_BUFFER_SIZE, %rsp
andq $-4096, %rsp # align stack
STACK_TOUCHING