From patchwork Sun Apr 26 19:44:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?FR=C3=89D=C3=89RIC_RECOULES?= X-Patchwork-Id: 19277 Delivered-To: andriy.gelman@gmail.com Received: by 2002:a25:3c87:0:0:0:0:0 with SMTP id j129csp2228816yba; Sun, 26 Apr 2020 12:46:16 -0700 (PDT) X-Google-Smtp-Source: APiQypLTp8aZ9SVLKnFS2zsnT7jvzWvEpaMrUwsmT46A3Ar5041FJzogz1ZBre+1jUdE/EP8vziP X-Received: by 2002:adf:e4c5:: with SMTP id v5mr24764253wrm.143.1587930376693; Sun, 26 Apr 2020 12:46:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587930376; cv=none; d=google.com; s=arc-20160816; b=muXRIcNSXyEDtZPEkI5fjEZMiHy5toV2LsFIokqu0MCkqB2Oa8kqyj5SG42hjfqzbU h4leE+TLb2aBdqty8lSpTVFYrBYiuDONNIIE5l+lig9r6Vnuk6wFiUg+i+5VuYIAIr95 GvQij5mwbq9Nect6gXfYU98WwAIMmehYMp0RjFLR2TKV3vilxof9bp5zDPHNcICocXR4 4TWEZzD7rg9m6SoBY9p2KrlUcqDwTwQMqwEGRe1GVt+SztRBpPC+prUItBDMctcIh8es 3jsZSbuqCJSUWLA1723EwXgmVQ8bP1pHhk83T2TKpvRgv5XQ0gDhsMXEKQK3wo2nQtOH fCnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:mime-version:references:in-reply-to :message-id:date:to:from:delivered-to; bh=fiE9oEiFMQHLhRxUrARymlX5Y+1+UCeS/yLITGT0yN4=; b=b56AidjphPwhVmth5/yVljW2NiTXUBnzsYT07cu38HN5z8pHXxjzWWUp1zMRi4UfEF qnWLrjQBErwc+ZOX71vLPDKgCOKX00q377vfhu8P+6oWchbw/u3Rw/lRJuia8PHVxPNi VK2+z3s+7tRiW6NTfl8HGNiQ5YrnWi0AUH+FKab1q7oiFSIhb/ZFoLki/EykxpiymHZe nFQyZIq/P2GdfDYgH6Y6izZEu0DB3yPw3evidtRowYyxO742F+VIM3CFWQOgKJF3o8iG AIlTsC/3cF6nxsI72m7Y/LomaSfJcsn+fKfdehZtc4Wtik/c7LOOPG2cM4/bWg+WQX5p uZ7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id y7si12190971wrs.137.2020.04.26.12.46.16; Sun, 26 Apr 2020 12:46:16 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8829F68C6D7; Sun, 26 Apr 2020 22:45:25 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from smtp.smtpout.orange.fr (smtp03.smtpout.orange.fr [80.12.242.125]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5FB2E68C6B2 for ; Sun, 26 Apr 2020 22:45:15 +0300 (EEST) Received: from is232189.intra.cea.fr ([46.193.2.18]) by mwinf5d50 with ME id XXkk220050PJwDa03XlEHv; Sun, 26 Apr 2020 21:45:14 +0200 X-ME-Helo: is232189.intra.cea.fr X-ME-Auth: ZnJlZGVyaWMucmVjb3VsZXNAb3JhbmdlLmZy X-ME-Date: Sun, 26 Apr 2020 21:45:14 +0200 X-ME-IP: 46.193.2.18 From: frederic.recoules@univ-grenoble-alpes.fr To: ffmpeg-devel@ffmpeg.org Date: Sun, 26 Apr 2020 21:44:21 +0200 Message-Id: <20200422174918.7290-11-frederic.recoules@univ-grenoble-alpes.fr> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200422174918.7290-1-frederic.recoules@univ-grenoble-alpes.fr> References: <20200422174918.7290-1-frederic.recoules@univ-grenoble-alpes.fr> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 11/14] [inline assembly] add memory to mpegaudiodsp 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 Cc: =?utf-8?q?Fr=C3=A9d=C3=A9ric_Recoules?= Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: 1shjfl3VYRQm Content-Length: 1326 From: Frédéric Recoules --- libavcodec/x86/mpegaudiodsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/mpegaudiodsp.c b/libavcodec/x86/mpegaudiodsp.c index 10b9e814d5..83457dfbb3 100644 --- a/libavcodec/x86/mpegaudiodsp.c +++ b/libavcodec/x86/mpegaudiodsp.c @@ -103,7 +103,7 @@ static void apply_window(const float *buf, const float *win1, "jl 1b \n\t" :"+&r"(count) :"r"(win1a), "r"(win2a), "r"(bufa), "r"(sum1a), "r"(sum2a) - XMM_CLOBBERS_ONLY("xmm0", "xmm1", "xmm2", "xmm4") + :"memory" XMM_CLOBBERS(, "xmm0", "xmm1", "xmm2", "xmm4") ); #undef MULT