baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 656 forks source link

Add loongarch support #247

Closed yzewei closed 7 months ago

yzewei commented 1 year ago

Bypassed the x86 vector optimization section not supported by longarch in reader. h Added embedded assembly instructions based on the Loongarch instruction set in atom. h Added sp Counted Base Gcc Loongarch64.hpp, add the corresponding Loongarch instruction to the x86 instruction set

yzewei commented 1 year ago

@nwind 麻烦看下

yzewei commented 1 year ago

@fxsjy