Skip to content
  • Fiona Glaser's avatar
    Use -fno-tree-vectorize to avoid miscompilation · f2b78b93
    Fiona Glaser authored
    Some versions of gcc have been reported to attempt (and fail) to vectorize a loop in plane_expand_border.
    This results in a segfault, so to limit the possible effects of gcc's utter incompetence, we're turning off vectorization entirely.
    It's not like it ever did anything useful to begin with.
    f2b78b93