From 3f1362f7446bd21c031a245d27c276dfa1fbf47e Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Thu, 25 Sep 2014 15:55:14 +0400 Subject: [PATCH] changed the default knc header file from 'knc-i1x16.h' to 'knc.h' --- run_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.py b/run_tests.py index 0f2ae3d2..2b98ee52 100755 --- a/run_tests.py +++ b/run_tests.py @@ -601,8 +601,8 @@ def run_tests(options1, args, print_version): options.include_file = "examples/intrinsics/generic-64.h" options.target = "generic-64" elif options.target == "knc": - error("No knc #include specified; using examples/intrinsics/knc-i1x16.h\n", 2) - options.include_file = "examples/intrinsics/knc-i1x16.h" + error("No knc #include specified; using examples/intrinsics/knc.h\n", 2) + options.include_file = "examples/intrinsics/knc.h" if options.compiler_exe == None: if (options.target == "knc"):