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 C1D5B44D71 for ; Mon, 21 Nov 2022 16:52:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3474568B545; Mon, 21 Nov 2022 18:52:29 +0200 (EET) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BFB0068A5F0 for ; Mon, 21 Nov 2022 18:52:22 +0200 (EET) Received: by mail-wm1-f50.google.com with SMTP id v7so8922425wmn.0 for ; Mon, 21 Nov 2022 08:52:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language:subject :references:to:user-agent:mime-version:date:message-id:from:to:cc :subject:date:message-id:reply-to; bh=8kBMFr8UI5gAgTB0P0h23tNDycPvjLM0bSb//zYnygI=; b=Xo146pWwiB6sIc3vVQRbMI2LtOVnWZjOP5UBf4L+iRd91uBMZGfrrJwJsd8fViQzP+ /s+k9Ryo4TrMZVOfagEXEAGrlDd1OBJGpRkKzrPfZh02lQ9C/wdaPylvn2VBtDSJwFB2 JefSIMQuMVCo1fGUeS3Ka/hxtAa8sZtgLVb4GiFMr3R8J0hyxijtJLwnECoDq7xOSIjh OwjduqMehs4M/JKuHi5Jam8v7nrspIc86XPVuezD7GMcZTs7UQge61ZDXqmvjSwaRffR yg0xMTi17hWQhN4sh9JL51Fc+y2YsDaUVWgJ5Ra971Tn6soB8R2KFze+EBPi5+Ehz/eV ZPyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language:subject :references:to:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=8kBMFr8UI5gAgTB0P0h23tNDycPvjLM0bSb//zYnygI=; b=u1K1oqCVtyy+4alqkFQA+g4ecHHp+ua6pkw7siKJt0HZLtkHHbzIzJ5eoLDhrm9WRZ 23Hu1hJ8UL28TqoCUw5L48D5ILNH6X8qyAqZd4IgDYN6MCWj6l2IVYueybZWdqtpo8JL y1nPvmYcXl2Wlsy0YS697xgqdaSTwj6uNwlnFJVcSa48CLqJEk2AqDEnd/yFZpY1p8bF yWwDtu36/bUjMZEq0eqVCoAIbW8CqxbXuI4CF1tIPoVLCiU9jyHnWZyqom1DAhhYLd/P r/cBNCRu5O+l8PQrQegMqgKoCCqS7l2FSKB8+HYXyJwPV0bCvz3YexJ6aKAD+9KXXQPX om2g== X-Gm-Message-State: ANoB5pkGGEUUdMCxPhl2hhVv21HW42k/g3bLHz+RMQ3xxjktRH+tAMix ChDTTxDSbsY4KN+MSHWHskxwVoL6fCN05A== X-Google-Smtp-Source: AA0mqf7yxpfCXNsElP5QO1rzOrw6CJgs/P1MGe6WFaz62eEtJSQLISAas+/RzzYM1HBkBNPf5uHwdw== X-Received: by 2002:a05:600c:538d:b0:3d0:47c:b2ac with SMTP id hg13-20020a05600c538d00b003d0047cb2acmr586518wmb.52.1669049542151; Mon, 21 Nov 2022 08:52:22 -0800 (PST) Received: from [192.168.5.22] (d51A44418.access.telenet.be. [81.164.68.24]) by smtp.gmail.com with ESMTPSA id c20-20020adfa314000000b00241d21d4652sm4941247wrb.21.2022.11.21.08.52.19 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 21 Nov 2022 08:52:20 -0800 (PST) Message-ID: <978f4f13-4576-74bd-58f2-35db88e6448a@obe.tv> Date: Mon, 21 Nov 2022 17:50:09 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US From: James Darnley In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 3/3] avcodec/v210enc: add new 10-bit function for avx512 avx512icl 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: > ARCH_X86_64 is always defined. So checks of this type need to check with #if. Thanks. I forgot the ffmpeg convention there. _______________________________________________ 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".