Merge pull request #4688 from XiWeiGu/loongarch64_fixed_gcc14_compilation
loongarch64: Fixed GCC14 compilation issue
This commit is contained in:
commit
e1e0d9a2ae
|
@ -33,6 +33,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <sys/auxv.h>
|
#include <sys/auxv.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/* If LASX extension instructions supported,
|
/* If LASX extension instructions supported,
|
||||||
* using core LOONGSON3R5
|
* using core LOONGSON3R5
|
||||||
|
|
Loading…
Reference in New Issue