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 0810245872 for ; Fri, 24 Feb 2023 13:10:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D589168C12F; Fri, 24 Feb 2023 15:09:14 +0200 (EET) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3A78F68C129 for ; Fri, 24 Feb 2023 15:09:12 +0200 (EET) Received: by mail-qk1-f177.google.com with SMTP id bj35so3573578qkb.8 for ; Fri, 24 Feb 2023 05:09:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20210112.gappssmtp.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=LlyMh2vuQMS/tv9dFqlkYhkFhbiL0rPciXRLozbk06k=; b=mpzXVzXYWbj1VD5SBo6TzP1ahZHWj+StzpLKVR0VaICu79JmOTtt0ZzA3GBVQioPzE ZmNE0gGV6VGHHe05AIbRfMPyKb2R9ATYA8vWPxdDIBSpHLB14fsWQayuT7xDr3r4O+ew Wy/tbyVTRPOW8h5gkjQ0bQVW/z7suvyroJXrt7IEwN8yZNZ8I/50YzAxuiXVsYYuXPaf NAXNQVMRLsOVtP2+KZZIs6CBt1JnxDH74MSJqiqab/toX0vKJMEOUQ7yeI7z89HQ5k6k /F34B4hq/ostWByaasCIATzIj4h1b0FrIpQwUgI/aatUjOeJzvuB5ECIhHYOL9S0Msi5 bvzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=LlyMh2vuQMS/tv9dFqlkYhkFhbiL0rPciXRLozbk06k=; b=ux38SMmzYr9Cb8AOMzntMlh5v2BeCfHGDL7cz/SFSoJsSAIaOzITM7jwT49PueS5W8 EUfwWA5LlHWyDRlvXM8Gy5c/phd6XBGfJhHyRFFu7J/l7oHz/jurYDAx5Ps/wloL04VY uCJXea1VeAyHU7s2gwfI1r1FmTdmMPHQoFXYFi0f9NGwF9OjcBI5Sh34B9BArrnFCE7x Ufohw9Q26DtJkKjQ1yWVWongygLhIbryVuF4Se0T5W+AVXRT45xtWIq1uD+fW2Qj98mb 9zgpBkyY2pOuxdhwZ9DwHCzmFZfK6RAr7eG0sHb66kEI7QdajGua/QZsBoCdj+CtPKdk xGWA== X-Gm-Message-State: AO0yUKUwCxE/P/106mQi51HgGPYbjsvp0dQYrZq3icpMyPpy5ughnWKN OZeaY0OI+ZQRt2MD/FBjxCRSIKUgQ701TWA9xCR0Q+ca/m3+Lg== X-Google-Smtp-Source: AK7set8JJ9/x/aqLo2v6XcU/DB8YLBVHURHwbjkxd5hVV21VlV5IaKopddBlO3EW5N6HlhYfE6/SHlW70chEV+nog/o= X-Received: by 2002:a05:620a:1906:b0:742:32aa:5f1e with SMTP id bj6-20020a05620a190600b0074232aa5f1emr3126397qkb.0.1677244151069; Fri, 24 Feb 2023 05:09:11 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kieran Kunhya Date: Fri, 24 Feb 2023 13:09:02 +0000 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] libavfilter/x86/vf_convolution.asm- fix missing decelerator for AVX512ICL sobel 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: On Fri, 24 Feb 2023 at 03:00, Felix LeClair wrote: > Fixes: Compilation of Sobel with AVX512ICL > Caused: Comment left without deleniator in AVX512ICL version of SOBEL > > Testing:Confirmed working on AVX512 Alderlake (AKA SPR without AMX) > Seems fine, bit weird that FATE didn't pick it up. Kieran _______________________________________________ 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".