mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
STAT: Update statistic for RISCV.
This commit is contained in:
parent
e63c02e928
commit
b95734fb09
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ void srs_build_features(stringstream& ss)
|
|||
ss << "&x86=1";
|
||||
#elif defined(__arm__) || defined(__aarch64__)
|
||||
ss << "&arm=1";
|
||||
#elif defined(__riscv)
|
||||
ss << "&riscv=1";
|
||||
#elif defined(__mips__)
|
||||
ss << "&mips=1";
|
||||
#elif defined(__loongarch__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue