From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32020 invoked from network); 4 Apr 2023 22:49:32 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 4 Apr 2023 22:49:32 -0000 Received: (qmail 11638 invoked by uid 550); 4 Apr 2023 22:49:28 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 11602 invoked from network); 4 Apr 2023 22:49:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1680648556; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=xbC3eukG2ONJzRg1E2clQofQV4S7pE+18rB/VoR+s7Q=; b=JCJ/7RDee/wKfaXjMJGxnT1JkM0rEo8Ks7esfWVjN/7nBPFeQbPUKAYJRLwdCw0aeo PAfv8OXYv8hMflcuyWQauFmnq9u/BJIzR/JJY8AhaMBjNE2Uw3xdTAZgX1QIYrbLJJr9 Ah6OL/p0nH3jJAv1mybaCIpyiN1/NTQi5fhrZzZ0uiPhYcyk6SLg1Jwbd3crFecwovop M7ceoTTfs2YB69bpBOBo2DTuts3dSF6XbqxnOAihEDWqtTr3n2XzOtGAywAH0eXjvZlx Wo/WCN81WlWDDPzLsYFzNvuzknimM+VmBw1ybh6WjIvsGpSyorLMAI7q4orGmt+sTEeT W5CQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680648556; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=xbC3eukG2ONJzRg1E2clQofQV4S7pE+18rB/VoR+s7Q=; b=j1WpumMtH4LQ7S0d5XwBkQJRK4Bj1BY/naApcr0Y44G516XtzjE1Fc7rdAgizZHZL7 faUbRaleDRfYc8hDaqhsSu/aZwPlL4gos6nsY3Jbj6ZdMXmNkgX5cSSbaV+J2RfZUHM0 zo2qFUB57s/EZH0EsA0uh80We4NDUMjdNOWWNzOEfuhV5Xbkhrl+rDFmuT1xsZx5ERhC OdeBko8EFg+GK0IXtdKvq4QR9TXbT+jieoT8NGv7ErhZKrG4nYPQCmqyz4SqL1sGwVHa l5gWZQf1IXkS48iKYP3bHwcmQgGLyQjTp7Pkku43xCqHEsTZmJwABgZTo1E81rA74O9q cUaQ== X-Gm-Message-State: AAQBX9ckTefrwGx0SsIPR2RbnELGp97+geoCRoN7vDYP2i+WTKedU9jr cG10V++KacK30kMqOYhtS4j1+mJO3+5tbNFGD60Y4mgQls7wi9xhljZPO0up X-Google-Smtp-Source: AKy350ZGFtQMlGSfr/+gXbMLFRfEDBaYF/lCYr9MWqOb+L/e6miesiNAFHD4JYwewL6NMiNUArMNojp2OdUhlCDMSdM= X-Received: by 2002:a05:6214:967:b0:56e:fbbe:515f with SMTP id do7-20020a056214096700b0056efbbe515fmr768452qvb.10.1680648555803; Tue, 04 Apr 2023 15:49:15 -0700 (PDT) MIME-Version: 1.0 From: enh Date: Tue, 4 Apr 2023 15:49:05 -0700 Message-ID: To: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="00000000000029a2cb05f88a7cb1" Subject: [musl] __riscv_flush_icache() in --00000000000029a2cb05f88a7cb1 Content-Type: text/plain; charset="UTF-8" i'm still trying to decide whether it makes sense to add __riscv_flush_icache() to bionic or not[1] and was looking to see whether musl had added it. i notice you've _implemented_ it but not added it to the header. was that deliberate or just an oversight? _____ 1. see https://github.com/google/android-riscv64/issues/4 for my ramblings on that topic. --00000000000029a2cb05f88a7cb1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
i'm still trying to decide whether it makes sense to a= dd=C2=A0__riscv_flush_icache() to bionic or not[1] and was looking to see w= hether musl had added it. i notice you've _implemented_ it but not adde= d it to the <sys/cacheflush.h> header. was that deliberate or just an= oversight?

_____
1. see https://github.com/google/android= -riscv64/issues/4 for my ramblings on that topic.
--00000000000029a2cb05f88a7cb1--