From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8A4CC4338F for ; Fri, 6 Aug 2021 15:41:24 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 87B8961165 for ; Fri, 6 Aug 2021 15:41:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 87B8961165 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 75DE082F32; Fri, 6 Aug 2021 17:41:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628264481; bh=M0zriaqXoyeddbbm8/Enf8dceHMHXW6uQ+sF3MaEZ7U=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=iJr4r6akyFtfRy0bjcqp2ULAEOfIlqT6k05kF4V1cBfDPMPe50MH2Nng47e9YmBmh uFVQZ0GZxn3+0iM/lsFWXx1Fbr2c8k81pgS1KazQCIF3S6IHHu9bwwSq4R/Lj+99Ic XVzwTzyPfloDdWBxr+XYZ4HyFnkVr82yejudgRWjxDUicQFidoHJ/RiTmv16Sxw4dr bw9NtqaHkERUDzNkfiNorz7U+shD3AKJatnW5mZAXVJHaptHXuaTopIJYV1n0bTCLF VkSdVmv9eYBUCHuKWhzXBwOFW2tLtvXQgVog96HRSdRG8t3yr6xvzMMR4tK/7pOGpH upPsVMqnRLsOw== Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 0659282C04 for ; Fri, 6 Aug 2021 17:41:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628264480; bh=M0zriaqXoyeddbbm8/Enf8dceHMHXW6uQ+sF3MaEZ7U=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=oJNBHpaVKCv8AGEJb48qTK931HbHsxNGlytIBASNbKug3N5MhMKj4yyqoAnj8jJPe aXpBmhdKdyUN6WfvPRL+k+r/vPY+AFIDqO0vi1eO67VbWyEY+6NAVYarendFTcbLWX s6SZaRIP6KoC5m8BlasBh8HpswoJg2EvdvI++f2M6IuHhZjj+l0/YR7SR73JRDtCfx 2euiFACp8mU04Ji8EsCiJStT/ZN/hj4B7nxSIguD9jakQgiBwAm574+BzuTHCk2oAP ljmdDiXOcjhacTEz1mF3+GpiD9gW7gkYoDxGIQDi4e670HN+3qzwN9oc2+ulWfPZdo E2ZJ1o+KDOVBA== Received: by janitor.denx.de (Postfix, from userid 108) id B5577A0069; Fri, 6 Aug 2021 17:41:19 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id DE793A0069; Fri, 6 Aug 2021 17:41:11 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id 9E65B1E2304; Fri, 6 Aug 2021 17:41:11 +0200 (CEST) To: Stefan Roese cc: u-boot@lists.denx.de, sjg@chromium.org, trini@konsulko.com From: Wolfgang Denk Subject: Re: [PATCH v1 4/5] arm64: arch/arm/lib: Add optimized memset/memcpy functions MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: <20210806133843.3642916-5-sr@denx.de> References: <20210806133843.3642916-1-sr@denx.de> <20210806133843.3642916-5-sr@denx.de> Comments: In-reply-to Stefan Roese message dated "Fri, 06 Aug 2021 15:38:42 +0200." Date: Fri, 06 Aug 2021 17:41:11 +0200 Message-ID: <273532.1628264471@gemini.denx.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Dear Stefan, In message <20210806133843.3642916-5-sr@denx.de> you wrote: > Ported from https://github.com/ARM-software/optimized-routines Please provide exact reference, at least including file names and git commit ID's. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Artificial Intelligence is the study of how to make real computers act like the ones in movies.