MOD: optimize DGEMM of large matrices on cortex A53 & A55#3451
MOD: optimize DGEMM of large matrices on cortex A53 & A55#3451martin-frbg merged 1 commit intoOpenMathLib:developfrom
Conversation
|
|
|
I need some help for figuring out the syntax error in inline asm:) The asm block can be complied with NDK-r23b and gcc-7, but fails in the CI job. |
|
Sorry I do not see why it does not like the local labels here. As I read the error messages, it seems to think that jumping forward to 3: in the |
|
Looks like the Apple Clang assembler simply wants to see the labels on a separate line (cf my test in #3452) - go figure... |
c2c3fa8 to
302f226
Compare
|
Thank you very much @martin-frbg :) |

No description provided.