diff options
Diffstat (limited to 'src/blind-dot-product.c')
| -rw-r--r-- | src/blind-dot-product.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/blind-dot-product.c b/src/blind-dot-product.c index 0d9cc5c..a618ca7 100644 --- a/src/blind-dot-product.c +++ b/src/blind-dot-product.c @@ -3,11 +3,6 @@ USAGE("right-hand-stream") -#if defined(__GNUC__) && !defined(__clang__) -# pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" -#endif - #define PROCESS(TYPE, SUFFIX)\ static void\ process_##SUFFIX(struct stream *left, struct stream *right, size_t n)\ @@ -26,10 +21,6 @@ USAGE("right-hand-stream") PROCESS(double, lf) PROCESS(float, f) -#if defined(__GNUC__) && !defined(__clang__) -# pragma GCC diagnostic pop -#endif - int main(int argc, char *argv[]) { |
