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 81F6F4320B for ; Mon, 25 Jul 2022 13:13:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C4BCF68B73D; Mon, 25 Jul 2022 16:13:20 +0300 (EEST) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9211E68B58E for ; Mon, 25 Jul 2022 16:13:14 +0300 (EEST) Received: by mail-pj1-f54.google.com with SMTP id gq7so10440974pjb.1 for ; Mon, 25 Jul 2022 06:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gramner.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=8nyLfJRC2DpPm6GiM6ibicvZaBcm5gAX6pES5gvYQII=; b=l2cgvLPIe8KUFa5Ebeo0IgyCKaJvMMxsLxZhsmOoFVgVJkNl+lz3eqoduLW9ad7gVO /Mmmn8OMyUjwTD1j9IqerqV5fO6tCRkfy4MY0WM39zjHpKYqxeOGlOdbbkBEW3g2ocig bP5X8Q5Dn8QOFxCcDu8R6TKv7+k1tfAJLQ1a8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=8nyLfJRC2DpPm6GiM6ibicvZaBcm5gAX6pES5gvYQII=; b=dINT8pW7bXKX5qeMNsntQAs0ZuSdj2KzpD4Fv2zmHQZoyHiR2Fl787DPeSUIIcioy1 NKR7mdnD3aG1GlUbVVs7yGWi/VG7HiZ1B6i4MrCcnjwxdmrAONlggNBMZzad1+RdqfLx 7T0ZivUUl024Af393Q7+BhvUBHnqB4v8vQH5RhDUlfkOOQSti2buyxjWgdcdWx0p251N EGKISP5pIpMQTv5hq/p0HPhR8WZTPRJ83AuvfOkMRuv9fii2cbd5nq2deEOBK1lO08Ld ZDOM0F/1whGujNvh/JXPY74/2YPche9Y4JARQ6jNif02xXeVsqj2MDOvT+NBNqSKpqYt ldFw== X-Gm-Message-State: AJIora/+XGSPNJ6YChUY9g3M7rC70I7Q2sOd6kx/ZeoaagmmtJrD2ejt sq04fXLCk6kT+fg6cozi4pt500UsdZZYVTeFIbeDhMO+983tKw== X-Google-Smtp-Source: AGRyM1sL3k2MY0/7yaKB7AouO8smpeZgpdhrtwxakG79n6isPeRxLW8mWUqP8J9Oqnnro5roD/mICXf02AQJi5PF3Ig= X-Received: by 2002:a17:902:6b47:b0:16c:e5cc:f006 with SMTP id g7-20020a1709026b4700b0016ce5ccf006mr12042091plt.105.1658754792560; Mon, 25 Jul 2022 06:13:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Henrik Gramner Date: Mon, 25 Jul 2022 15:13:02 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avcodec/x86/pngdsp: Remove obsolete ff_add_bytes_l2_mmx() 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 Mon, Jul 25, 2022 at 5:43 AM Andreas Rheinhardt wrote: > > It is overridden by ff_add_bytes_l2_sse2() on any non-ancient CPU. > > Signed-off-by: Andreas Rheinhardt Lgtm _______________________________________________ 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".