Hi @anonymouse64 - can you advise how to get this tool working with modern Go? (1.17 or 1.18)
I am working on some NEON-specific optimizations for ARMv7 and from what I can tell, your tool is the only way I can actually compile those since the Go assembler doesn't support NEON on ARMv7.
Instructions provided seem to relate to Go versions prior to the implementation of modules and I cannot get the tool running. Thank you!
Hi @anonymouse64 - can you advise how to get this tool working with modern Go? (1.17 or 1.18)
I am working on some NEON-specific optimizations for ARMv7 and from what I can tell, your tool is the only way I can actually compile those since the Go assembler doesn't support NEON on ARMv7.
Instructions provided seem to relate to Go versions prior to the implementation of modules and I cannot get the tool running. Thank you!