Skip to content

Commit

Permalink
Update compilation_flags.file
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jan 29, 2022
1 parent be46803 commit e1eeec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilation_flags.file
Expand Up @@ -3,6 +3,6 @@
%define arch_build_flags -mcpu=power8 -mtune=power8 --param=l1-cache-size=64 --param=l1-cache-line-size=128 --param=l2-cache-size=512
%endif
%ifarch aarch64
%define arch_build_flags -mcpu=armv8-a
%define arch_build_flags -march=armv8-a
%endif
%endif

0 comments on commit e1eeec8

Please sign in to comment.