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 0db9c03 commit 918a0ccCopy full SHA for 918a0cc
c_check
@@ -232,7 +232,7 @@ if (($architecture eq "x86") || ($architecture eq "x86_64")) {
232
($fh,$tmpf) = tempfile( UNLINK => 1 );
233
$code = '"vbroadcastss -4 * 4(%rsi), %zmm2"';
234
print $tmpf "#include <immintrin.h>\n\nint main(void){ __asm__ volatile($code); }\n";
235
- $args = " -march=skylake-avx512 -o $tmpf.o -x c $tmpf";
+ $args = " -march=skylake-avx512 -c -o $tmpf.o -x c $tmpf";
236
my @cmd = ("$compiler_name $args >/dev/null 2>/dev/null");
237
system(@cmd) == 0;
238
if ($? != 0) {
0 commit comments