ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.04k stars 262 forks source link

Add support for Loongarch #112

Closed liuxiang88 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #112 (0c4fe75) into master (77cce46) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files           2        2           
  Lines        2452     2452           
=======================================
  Hits         2415     2415           
  Misses         37       37           
Impacted Files Coverage Δ
src/yyjson.c 98.90% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

liuxiang88 commented 1 year ago

This commit is just for the new architecture -- loongarch,which is different from x86,mips,RISC-V.We will keep moving forward.