From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 40F744AEA4 for ; Tue, 25 Jun 2024 08:58:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2DFA768D15B; Tue, 25 Jun 2024 11:58:11 +0300 (EEST) Received: from fout7-smtp.messagingengine.com (fout7-smtp.messagingengine.com [103.168.172.150]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0AA5668C620 for ; Tue, 25 Jun 2024 11:58:04 +0300 (EEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailfout.nyi.internal (Postfix) with ESMTP id BAE4E1380253 for ; Tue, 25 Jun 2024 04:58:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Tue, 25 Jun 2024 04:58:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=itanimul.li; h= cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to; s=fm3; t=1719305883; x=1719392283; bh=1vUZeFCb3XqmSTeKCiYmM CevYd3dt1f67a5NNMhwXn0=; b=r4pvcry9wC74cDlY9/NVDTve5Y9aHxIu2erag Z2f0jLUSugaOQt+Bz+NABrSSyf90LleR5drrOQd+cNzxrhWqpVdoBmIw3E9t5i2J k0gO4atb9JRO8tAJJ81iu2cx4YNps+SANRF1gFgw4UkyOyA+TMRBdsB/WSfozkUp 2VFhjG9mVsjX0/6JfSF+kE7Lpt/J3gbkiYDOwLRpSDQDVdJ3a8G85lFZ4WI0N21O GeLtGbsJoz2Snmq391uIuwc6ry6ch3ff6j9ls28BR9g95m4HKlorwzQTcwfjfOed eDIIE5LOJzgvoJC0pAIdmnMxcBfSY95GVdLfqFdkHn9kgaLpA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :message-id:mime-version:reply-to:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1719305883; x=1719392283; bh=1vUZeFCb3XqmSTeKCiYmMCevYd3d t1f67a5NNMhwXn0=; b=UDSRAEKSXY6idN7CXuV6nSfeRKwE2WoFDQnIuSoP9/OV RM+rkWZA6vDThVbvt5Hmt/xWrtBpNVVCAbi7cxJPYOTBj2Y8N3X5kjkACh6wZiUZ Ja8Bsm57O1uyzF/Jb8g6vsrSK7GhnHM5Jlj5QMVa/O9YPlIMZ7+AgULjgoQwCSZE CgK403TUhF/OdHucjByrKZLowNPk4SQZWDwL298dSgYy4bw0MHLGNLPbBNTiDbku e6QSZgEABfyxSmwWlvkFmYbfVeeYyDwo3sBGixZG08Y9x6zDM/IX4KmexBNi7WkT y3sla0Jr06eBhsXBAYZWN6knSwEfz8zstqt4cgUlnw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrfeegfedguddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepfdflrdcuffgvkhhkvghrfdcuoehjuggvkhesihhtrghnihhmuhhl rdhliheqnecuggftrfgrthhtvghrnhepueetgfdtuedvjeejjedvteelffeuhedtfeetud fglefhjeeukeetvddvtdevieeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghm pehmrghilhhfrhhomhepjhguvghksehithgrnhhimhhulhdrlhhi X-ME-Proxy: Feedback-ID: i84994747:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Tue, 25 Jun 2024 04:58:02 -0400 (EDT) From: "J. Dekker" To: ffmpeg-devel@ffmpeg.org Date: Tue, 25 Jun 2024 10:58:00 +0200 Message-ID: <20240625085800.113777-1-jdek@itanimul.li> X-Mailer: git-send-email 2.44.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] avutil/riscv/cpu: fix __riscv_v_min_vlen typo X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Signed-off-by: J. Dekker --- libavutil/riscv/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/riscv/cpu.h b/libavutil/riscv/cpu.h index bb8e08aa14..191e4478c5 100644 --- a/libavutil/riscv/cpu.h +++ b/libavutil/riscv/cpu.h @@ -65,7 +65,7 @@ static inline size_t ff_get_rv_vlenb(void) static inline bool ff_rv_vlen_least(unsigned int bits) { #ifdef __riscv_v_min_vlen - if (bits <= __riscv_min_vlen) + if (bits <= __riscv_v_min_vlen) return true; #else /* -- 2.44.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".