Skip to content

Commit

Permalink
change to more specific 'generic' cpu target
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Apr 8, 2024
1 parent 87c0720 commit 9d91652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion genie/compiled/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ open("compiler_log.txt", "w") do io
sysimage_path = sysimage_path,
project = project_path,
precompile_execution_file=example_path,
cpu_target="generic")
cpu_target = "generic;native,sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)")
#cpu_target="generic")
#cpu_target = PackageCompiler.default_app_cpu_target())
end
end
Expand Down

0 comments on commit 9d91652

Please sign in to comment.