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 ESMTPS id D96E74DD55 for ; Wed, 5 Mar 2025 01:24:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8006468E16A; Wed, 5 Mar 2025 03:24:19 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 26FA768D56A for ; Wed, 5 Mar 2025 03:24:13 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4Z6vwC1FlVz8PbP; Tue, 4 Mar 2025 20:24:11 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=comstyle.com; h= content-type:message-id:date:mime-version:subject:to:references :from:in-reply-to; s=default; bh=O0H822D0NPLqq8RXwoejgfoToUeQoUR jNGEN5pfu0vo=; b=Sa8dUWO71GZztVtzvG9pHRqaDj3Y+oKb2Wv7P9Njhien74y OtYAKjhtgmfoL4/E2WItYGn7B0JndCOnre1b9hvd87OvqdRFArOMVcfa3+w8X+ci RmkQymE53RfEenuwBfQtXc3+AWfM+9cWuhPtT3I4dRpTY6NJhtMKqRKa1wkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=content-type :message-id:date:mime-version:subject:to:references:from :in-reply-to; q=dns; s=default; b=Z1M4QeYYhYyRrFwCbiqlT6BG5JiPri mDfd1QZ6Zrg22KePySafwiOGrVbK210RAalYlrkz0QieRYIEbHf7r5WXncswEqeg ZnspqlDuNh7sRI4HolLdFqt/nMumlPjWGLb906G4gps4b/vrYOdh6q9tTyZwiW2N rGjWi40idb+FE= Received: from [IPV6:2001:470:b050:6:cc31:46d5:f26a:a82b] (unknown [IPv6:2001:470:b050:6:cc31:46d5:f26a:a82b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4Z6vwB5cG3z8PbN; Tue, 4 Mar 2025 20:24:10 -0500 (EST) Message-ID: <05a27083-3f19-49e3-b673-b112fb45b1dc@comstyle.com> Date: Tue, 4 Mar 2025 20:24:10 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: FFmpeg development discussions and patches , Michael Niedermayer References: <20230823205209.GI7802@pb2> Content-Language: en-US From: Brad Smith In-Reply-To: <20230823205209.GI7802@pb2> X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2] lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2023-08-23 4:52 p.m., Michael Niedermayer wrote: > On Fri, Aug 18, 2023 at 10:14:04PM -0400, Brad Smith wrote: >> lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang >> >> Add a check for the existence of the vec_xl() function. Clang provides >> the function even with VSX not enabled. >> >> v2: test for function if AltiVec is enabled instead of with AltiVec and without VSX >> --- >> configure | 8 ++++++++ >> libswscale/ppc/yuv2rgb_altivec.c | 4 ++-- >> 2 files changed, 10 insertions(+), 2 deletions(-) > Has this been tested on an affected platform ? > I mean the function is provided but does it also work ? This has been in the FreeBSD / OpenBSD ports for years. So to a certain extent yes. Anyway, I didn't have access to my test VM for quite some time but I do now and ran the various tests with FATE and did not see any issues. _______________________________________________ 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".