Post
Topic
Board Mining (Altcoins)
Re: NSGminer v0.9.4: The Fastest NeoScrypt GPU Miner
by
JayDDee
on 07/10/2023, 00:09:33 UTC
Among the things I tried, I added the following flags
Code:
Code:
-O2 -ftree-vectorize -ftree-slp-vectorize -ftree-loop-vectorize -ffast-math -ftree-vectorizer-verbose=7 -funsafe-loop-optimizations -funsafe-math-optimizations

This doesn't apply to asm, only to vectorize C code. There are flags that can be set to enable and disable ASM for various architectures.
23 bit ARM asm is likely disabled on AArch64.