Skip to content

Commit c8e0894

Browse files
committed
refactor: very small
1 parent 13ff474 commit c8e0894

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GraphBLAS/Source/global/GB_Global.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ void GB_Global_cpu_features_query (void)
294294
GB_Global.cpu_features_avx2 = false ;
295295
}
296296
#endif
297-
298297
#if defined ( GBAVX512F )
299298
{
300299
// the build system asserts whether or not AVX512F is available
@@ -306,7 +305,6 @@ void GB_Global_cpu_features_query (void)
306305
GB_Global.cpu_features_avx512f = false ;
307306
}
308307
#endif
309-
310308
}
311309
#endif
312310

0 commit comments

Comments
 (0)