aregm / nff-go

NFF-Go -Network Function Framework for GO (former YANFF)
BSD 3-Clause "New" or "Revised" License
1.38k stars 156 forks source link

asm.RteCompilerWmb dose not support armv8 #709

Closed ChenYahui2019 closed 4 years ago

ChenYahui2019 commented 4 years ago

asm.RteCompilerWmb dose not support armv8. Errors below were reported when compiling:

unrecognized instruction "LFENCE"
unrecognized instruction "SFENCE"
unrecognized instruction "MOVQ"
unrecognized instruction "PREFETCHT0"
aregm commented 4 years ago

Yes, we do not support ARMv8 currently. Feel free to submit PR for this.