We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f11e33 commit d67babfCopy full SHA for d67babf
c_check
@@ -199,7 +199,7 @@ if (($architecture eq "mips") || ($architecture eq "mips64")) {
199
} else {
200
$tmpf = new File::Temp( SUFFIX => '.c' , UNLINK => 1 );
201
$code = '"addvi.b $w0, $w1, 1"';
202
- $msa_flags = "-mmsa -mfp64 -msched-weight -mload-store-pairs";
+ $msa_flags = "-mmsa -mfp64 -mload-store-pairs";
203
print $tmpf "#include <msa.h>\n\n";
204
print $tmpf "void main(void){ __asm__ volatile($code); }\n";
205
0 commit comments