From patchwork Fri Jul 3 12:00:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lynne X-Patchwork-Id: 20789 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 2406744B125 for ; Fri, 3 Jul 2020 15:00:10 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 05EC9688129; Fri, 3 Jul 2020 15:00:10 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E1CF168803D for ; Fri, 3 Jul 2020 15:00:03 +0300 (EEST) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 2200E10602E7 for ; Fri, 3 Jul 2020 12:00:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1593777602; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=FrNu94iAJJl1z1G4ZhTmbWC5ktyRb1w8a2Benr5POaY=; b=EA0FzQNkIin2E33kh3QZ87HT2ar8b9pb7iLayPLGHEQ3WjihUfjbxgZGO4+qwx1L H6kbh5jxOM+b58puf71gMkDFF/jtxJVN92o68dzZxu7UOeSXFwQe0LfUgxVkznraCbL WLlDLBKKkU6XyDcNyVbarmJYtcG1lCunh37gsABhjhnuTcKNxC52huQrTR9PJ2OA3Lp wSwj0d4CaltdJ1vRYljX9UlhqHjEmRD5+FtJt9+E9kzAKNXw9vFS+aT5SwJr3CoJopF RoX3kmWE8T/w6W8GvdwCOTobZfqbPw84Q5igYFwH3Y/9j27edzXyUphbHon4/TeNf1W FNSxGktBZQ== Date: Fri, 3 Jul 2020 14:00:02 +0200 (CEST) From: Lynne To: Ffmpeg Devel Message-ID: MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] configure: reenable tree vectorization for GCC X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Maybe they've fixed the FATE failures. Subject: [PATCH] configure: reenable tree vectorization for GCC Its been years, maybe they've fixed the FATE failures. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index bdfd731602..cf4ea6ea48 100755 --- a/configure +++ b/configure @@ -6908,7 +6908,6 @@ if enabled icc; then disable aligned_stack fi elif enabled gcc; then - check_optflags -fno-tree-vectorize check_cflags -Werror=format-security check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes