From patchwork Mon Aug 5 13:39:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Darnley X-Patchwork-Id: 14246 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 4B420448912 for ; Mon, 5 Aug 2019 16:39:36 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 334CD68AA2A; Mon, 5 Aug 2019 16:39:36 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 144D568AA00 for ; Mon, 5 Aug 2019 16:39:29 +0300 (EEST) Received: by mail-ed1-f44.google.com with SMTP id w20so78653915edd.2 for ; Mon, 05 Aug 2019 06:39:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=mBhEou/L47VUcW/+J5nSMO3wruKXMuoPqZPm5pdwPEE=; b=apd4IQoCuVP8T2TbdBvKYiAts6q/q22lECa8+mSLe8Ik012MNSi5WAYyoam2U3gSsi il35utOdZNCzUPLdehS4J70E+sgTqgz3WkKKSir+8ZDCdmKaRZar6PyisoRM+NHEnxIA AsT4fj3iG2SYME84FAqm9Eesszn397tLTWKY6RQR3JH1hFpeWqQal3mAkCyKwBUkUMj0 Awj5c/91N3IY019nG9kkA0GIKfBXmwiPARwSGZt9naIK5cLikGc+HeTaKUC24sdtEmBQ FzRT5g8HdS73VX21SoLQ2NzonbZk/0VxUHR9mPRHk95e2uqBEoXBoFImsYGLufTeEPKD 1VIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mBhEou/L47VUcW/+J5nSMO3wruKXMuoPqZPm5pdwPEE=; b=DrkfgpJbEI/iN6LCgQwLfivTbNRN+FLJN6Eb0V7rIcAQ+h2LyBVcE3ZY1PbsniVzkm q0YBEqnP4l/6KvkJMzl/xkXB/3uG+JoP02JfzJyuX62al4W7r6BFegVVGJ878iJ4+CpD 51QDzbwRF0jENvOEjnBkCa85/hp9d88IbIAV7Sr6CWVugM4o/ursZJttIJAksAVZYPHd P//KXofPgaAAPYU0r/yrJdQeraP1BMQY1sG88XLlAOyADTvLCzDZb5YXfDuD/hgkdQb+ 9ujPOEtFXn6+4+QYnNH+KMqLVbnoBzDwYQ5jQxXpI3D262fQTuMe+DaBDjgGjdOS1K+I pUZg== X-Gm-Message-State: APjAAAWFtrvtRbdIOa1LOhakTEYquX6+bQB6LnlrOga3jR5sHPyofygw pSEtTaD1vin4eFngz1CxxCyEJ6RlC9I= X-Google-Smtp-Source: APXvYqw10fIE+s3/lirewTmL45Cl/2wWe0e1mshasNkZaqH72JszxtroDBWOJ8nXZyasKPD/7xkuiw== X-Received: by 2002:a17:906:a98b:: with SMTP id jr11mr115113716ejb.224.1565012368328; Mon, 05 Aug 2019 06:39:28 -0700 (PDT) Received: from Ramuh.systemlords.lan (ptr-7sz70r2zkpm35z8cnil.18120a2.ip6.access.telenet.be. [2a02:1811:41e:dc00:d926:c42d:226a:860d]) by smtp.gmail.com with ESMTPSA id 17sm20152675edu.21.2019.08.05.06.39.27 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 05 Aug 2019 06:39:27 -0700 (PDT) From: James Darnley To: ffmpeg-devel@ffmpeg.org Date: Mon, 5 Aug 2019 15:39:14 +0200 Message-Id: <20190805133916.3349-6-jdarnley@obe.tv> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190805133916.3349-1-jdarnley@obe.tv> References: <20190805133916.3349-1-jdarnley@obe.tv> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 5/7] x86inc: Make 'non-adjacent' default in the TAIL_CALL macro 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: Henrik Gramner Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Henrik Gramner --- libavutil/x86/x86inc.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index 04dbb6b785..af35fe1e4d 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -685,7 +685,7 @@ DECLARE_ARG 7, 8, 9, 10, 11, 12, 13, 14 BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae, jna, jnae, jb, jbe, jnb, jnbe, jc, jnc, js, jns, jo, jno, jp, jnp -%macro TAIL_CALL 2 ; callee, is_nonadjacent +%macro TAIL_CALL 1-2 1 ; callee, is_nonadjacent %if has_epilogue call %1 RET