changed the default knc header file from 'knc-i1x16.h' to 'knc.h'

This commit is contained in:
Anton Mitrokhin
2014-09-25 15:55:14 +04:00
parent 8ff187a7b7
commit 3f1362f744

View File

@@ -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"):