ignore -msse2
authorMatthias Braun <matthias.braun@kit.edu>
Wed, 29 Feb 2012 13:16:59 +0000 (14:16 +0100)
committerMatthias Braun <matthias.braun@kit.edu>
Wed, 29 Feb 2012 13:16:59 +0000 (14:16 +0100)
main.c

diff --git a/main.c b/main.c
index f9e7e6c..f8e8c92 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1428,6 +1428,9 @@ int main(int argc, char **argv)
                                        int res = be_parse_arg(arch_opt);
                                        if (res == 0)
                                                argument_errors = true;
+                               } else if (streq(opt, "sse2")) {
+                                       /* ignore for now, our x86 backend always uses sse when
+                                        * sse is requested */
                                } else {
                                        long int value = strtol(opt, NULL, 10);
                                        if (value == 0) {