Skip to content

Commit 8f8a022

Browse files
committed
remove SIMD warning suppression that doesn't work anyway
1 parent e3fbaf2 commit 8f8a022

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

eidos/eidos_simd.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@
7373
#pragma GCC diagnostic pop
7474
#endif
7575

76-
// Disable certain warnings for the remainder of this file
77-
#pragma GCC diagnostic push
78-
#pragma GCC diagnostic ignored "-Waggressive-loop-optimizations"
79-
#pragma clang diagnostic push
80-
#pragma clang diagnostic ignored "-Waggressive-loop-optimizations"
81-
82-
8376
// ================================
8477
// SIMD Vector Math Operations
8578
// ================================
@@ -1211,10 +1204,4 @@ inline void convolve_dot_product_scaled_float64(
12111204

12121205
} // namespace Eidos_SIMD
12131206

1214-
1215-
// stop suppressing warnings
1216-
#pragma clang diagnostic pop
1217-
#pragma GCC diagnostic pop
1218-
1219-
12201207
#endif /* eidos_simd_h */

0 commit comments

Comments
 (0)