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=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10406 invoked from network); 8 Sep 2023 11:19:34 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 8 Sep 2023 11:19:34 -0000 Received: (qmail 29849 invoked by uid 550); 8 Sep 2023 11:19:30 -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 29814 invoked from network); 8 Sep 2023 11:19:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=QEHOhMb7vDKF8vKqx0ucn+U3ZyUQv19w4JBonIn4ZFo=; b=hE53TMSATL6jfUPUxFQTKoOvC+kdOBiHegOx2PJmmWL9+XKQoiEb1wk5TsE7ZUSmSng4 8cSV2RnfDmRnnblmhV4FI+wiiik0i9EU7Cku/sqMgI7JuE8prNQ9DkLN/PlzbYP91jt5 sr7azpo1R7DNwW1cKuuh+dtA2697HM+wxHLp8RBoTHPC0LkhuJs7yzcoh6uE2cKy9a16 EpLIiguTleJFwBo9oB8Iw5ALGMEDsegOlJa9X9S73YMFJUOHFp+XL9KSQWKkNrGh70Vi eTno2GvyEHMSR5KLgPtW4Oy9DSva3rzaVolQS5eQ2qhoYYeMUynPDF+Di6mFq0aYPGyD Mw== From: Matheus Tavares Bernardino To: CC: , , , , Date: Fri, 8 Sep 2023 08:18:59 -0300 Message-ID: <0f946929f553721be0aa446928c8edff1ee4bc27.1694169360.git.quic_mathbern@quicinc.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01c.na.qualcomm.com (10.47.97.35) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: oGsWkBEFAEjyPItUMc1zeHqlOn2OIi9a X-Proofpoint-GUID: oGsWkBEFAEjyPItUMc1zeHqlOn2OIi9a X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-08_08,2023-09-05_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 impostorscore=0 phishscore=0 clxscore=1011 suspectscore=0 mlxlogscore=913 mlxscore=0 priorityscore=1501 adultscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2308100000 definitions=main-2309080103 Subject: Re: [musl] [RFC PATCH 0/5] Add support to Hexagon DSP > Matheus Tavares Bernardino wrote: > > I'd like to restart the conversations from > https://marc.info/?l=musl&w=2&r=1&s=Hexagon+DSP+support&q=b about > adding Hexagon support to musl. > > I've read the comments from the two previous iterations and it looks > like Sid has addressed them all already (please let me know if there is > something missing, though). So I've only rebased/reorganized the patches > with minor cleanup changes. > > These patches are also available at my git tree: > https://github.com/quic/musl/tree/mathbern/to-upstream > You will noticed that this tree contains an extra downstream-only commit > at the tip, which is intended as a convenience for running libc-test > with musl + Hexagon (note that we use a small patch for libc-test). > > Speaking of which, here is the latest src/REPORT from running the test > suite with these patches applied: > https://gist.github.com/quic-mathbern/e063344dd92e24f97c5a235e389495a3 > > Any help and/or feedback will be highly appreciated! Gentle ping :)