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 7A6404958D for ; Tue, 13 Feb 2024 09:47:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E3F5068D1D9; Tue, 13 Feb 2024 11:47:48 +0200 (EET) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 01F4668BCDC for ; Tue, 13 Feb 2024 11:47:42 +0200 (EET) Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-686b389b5d6so3064206d6.0 for ; Tue, 13 Feb 2024 01:47:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707817661; x=1708422461; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=ZWa0dJ4eWz5cNblx0N43qev1pk4FZiwfGl6PVrB8GXk=; b=Y/Prja84OLI0DWBh8SYksdcvuE2fkASBr0iBucdeOnlvtZP6Ep6XIRSTwE33FrXj/Y 35bRNr6gqO1KdyK693Iz4hiModph4h+3f+VbR8u8pSde69GbYnDy05R8X/SABMbnJQRf J+SFS1zXAEGnArPhLulKaDRL5iCtakgIwOLUaw/TMwRqcqtp1pm7AVsX9LaVxKSeH53h hpPyEqPTdGPH52j3+E/gIoLhSUKygzI4bJzm7HlMwUr0crpVhlxZbhxVCGgqc+Kw2Hec VlaqqoByQTGAFSmaHCVLiE1DsHkVReuWcJHfkFyt/DC58ZcsUnxriVaetryr7GABfKBa bsBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707817661; x=1708422461; 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=ZWa0dJ4eWz5cNblx0N43qev1pk4FZiwfGl6PVrB8GXk=; b=wkvgBNHzi8uzBqC+TnN/VLVe7NpqWM1jmVYRBGHz/UBPuKmF6QOc82xOeHUzFwFA0z 5mGR7mMe+0wCkNvgW9akVYdPjq2/4cHFuxpw3xXfpP5LPClWNROgu2TMng0GzFka8b/k Ib5tOPEdG4rOLz4US+93pETp/jZ9fjAyRuwHijU7R5OrXNTbHQcLTeKrgue4WWtpqzlV GniC0HlZ9fzVwOi+7cY+tTh0hFrtZ47TotnRhVTjG1ikLL5b3ZXhhb2CR0r+GLr2n+gD gpuIZAAoSotexE3xjFW/9Q2CXB0WQ6L3gRiBlCMihntzapLpGCitqDBlKgK0msIDbzUG AEwg== X-Gm-Message-State: AOJu0YxCC/etVT0sA2fWM87qAP3ubN+NG5p5THvg3Jwg0eNDTSfzRCtZ CfJgj7x8k4EJDWBC3PNE1cb9N4I1KmWHaOosOcRhk419VehXi/xgYGf9W4W2rlJEOlZiMJzF7fF S8bTSeAnXSupuM4y8E23/MEOTgy8q68tdpgI= X-Google-Smtp-Source: AGHT+IGE6inBnIg9OKz2mpQA8afZrIKHNta2P0/Eqb0C+EsfvVQq/RLT45KDPrKMHq1ZxN3plr5YevgKnF/P+8EBzvc= X-Received: by 2002:a0c:f349:0:b0:68e:e76a:744 with SMTP id e9-20020a0cf349000000b0068ee76a0744mr1012380qvm.31.1707817661279; Tue, 13 Feb 2024 01:47:41 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: flow gg Date: Tue, 13 Feb 2024 17:47:30 +0800 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] x86: Remove MMX assembly rv34_inv_transform_dc in rv34dsp 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: Thank you for your guidance. Do you mean that it should be modified test like this? - declare_func(void, uint8_t *dst, ptrdiff_t stride, int dc); + declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *, ptrdiff_t, int); I tried to do it this way, but the test still failed. not sure why ... _______________________________________________ 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".