optimisation: remove deprecated clang optimisation
This commit is contained in:
parent
157ff8962c
commit
bd4b8328c2
@ -87,7 +87,6 @@ else()
|
||||
# clang vectorisation
|
||||
append_compile_flag(-fvectorize)
|
||||
append_compile_flag(-fslp-vectorize)
|
||||
append_compile_flag(-fslp-vectorize-aggressive)
|
||||
|
||||
# loop hosting/distribution
|
||||
append_compile_flag(-floop-nest-optimize)
|
||||
|
Loading…
Reference in New Issue
Block a user