commit | 70d10da35cdf498a36a394109a445b0b5bb6f2fa | [log] [tgz] |
---|---|---|
author | gxw <guxiwei-hf@loongson.cn> | Thu Jan 18 14:57:26 2024 +0800 |
committer | Cosmin Truta <ctruta@gmail.com> | Thu Jan 18 18:13:23 2024 +0200 |
tree | e242d572a04b1763e8a7a91a392a844110a2e952 | |
parent | 064f992187ac746debb94f3e2f68989e8d0e174f [diff] |
MIPS: Fixed undefined MSA interfaces When compiling on the MIPS platform using the following command: ./configure --enable-hardware-optimizations && make The options '-mmsa -mfp64' are not being passed. PNG_MIPS_MSA_IMPLEMENTATION is defined as 2, leading to the initialization of unimplemented MSA interfaces.