Ticket #7226: 00_compile_flags.patch

File 00_compile_flags.patch, 558 bytes (added by Lastique, 8 years ago)

The patch used to enable auto-vectorization

  • configure

    old new if enabled icc; then  
    65416541            disable aligned_stack
    65426542    fi
    65436543elif enabled gcc; then
    6544     check_optflags -fno-tree-vectorize
     6544    # check_optflags -fno-tree-vectorize
    65456545    check_cflags -Werror=format-security
    65466546    check_cflags -Werror=implicit-function-declaration
    65476547    check_cflags -Werror=missing-prototypes