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.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,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 28244 invoked from network); 10 Apr 2021 12:08:58 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 10 Apr 2021 12:08:58 -0000 Received: (qmail 9756 invoked by uid 550); 10 Apr 2021 12:08:54 -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 9722 invoked from network); 10 Apr 2021 12:08:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=WbpzKuS1XTIw/0BEfjM7Qn+9HwidcqECB1VC1i3Xk/M=; b=jKT4pIaM9QPezDm7WAHSloLbFpGMqx8NaYch07gUkOKR3APBysxr2bew00d1uUnyqk ICK4pKZ+GMrXV9Y0uS6eLjbinAELs4qAOs+3LPP5rNBtvmMmswZAhd28gLsbgsSFPf/U 8WYlmV9LpaOzmtJu3wMOHK8HhlVN2r4qckElZ074B/Ng+u0p26XxPb5I6lCLd6ozjtGX jpOkPr9xoU67To419ssdQeRfdwZlFyX+B5vBbdV6KzQ+HmcUKvfo/29NaACNbBS05trC BniIqRJ13l1/GVB0oh9M+9tfRABGdidGfmLAf+Egu3jYGCR/BJphIk2LTEJMC9+yssHZ GW9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=WbpzKuS1XTIw/0BEfjM7Qn+9HwidcqECB1VC1i3Xk/M=; b=oOLJ+5ynTFMVgpnz1H8x2O56JEPgvsSpcLqGjUNUfW9kdShYdHgzSfmDXwX15w6Thq Tzpi2p7jD5Pe+qlE69Xuy3DLTU/ZFDqiZv0xIoX2qAQGFHMuIELAhcrz2/02syE4WXK7 9ezeKZoICHbgTCoGcKjruFklfK2hJ+5QlUuDieTMdueQzeRtQWHbAIv/DoIJw7oX5YeH sOBpGTZ+RZa1EtP3+bOKp4I6uyqL4hwdxEooKwvtT+oLS0QCWwFfiZb20NL8RMoMntid L5PX+i9Y5T30vwT1cVeAzsAhLjZnGA7SPVlptcgca9OM474ps0VSrZQnWka8NVMQoki4 uYKg== X-Gm-Message-State: AOAM531+/7zRi8OOLkoE2Hlw7NZgUaCzpQJIboQM3u5z2hKBfQmyG49p S6zw5LPM7CpZ3NTlyMwv7BwD3m+P5eCvHdGRSs4NiOEl X-Google-Smtp-Source: ABdhPJwsBM6pgpm3bWB7LHAxqfnn8iul7gktq4wOJU+jPDjj9NGjHjm1gewPt8aaWBw0fH6p1pWXAzOmvFIz64r1r4o= X-Received: by 2002:a6b:d60e:: with SMTP id w14mr15315558ioa.187.1618056521996; Sat, 10 Apr 2021 05:08:41 -0700 (PDT) MIME-Version: 1.0 From: ardi Date: Sat, 10 Apr 2021 14:08:31 +0200 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: [musl] Linux distribution for using RISC-V musl? Hi! >From what I'm reading, it seems like the RISC-V (64 bit) version of musl is considered to be in working status as of now. I'd like to give it a try with a RISC-V emulator, but first I'd wish to know which Linux distribution(s) use the people who have been developing/testing musl in RISC-V. Have they succeeded in completely replacing GNU libc by musl in such distribution(s) ? Also, I've read that QEMU is able to emulate multicore RISC-V CPUs. Does musl support multicore RISC-V in 64bit? I mean, if I configure a multicore RISC-V in QEMU and I try to build a parallel loop using OpenMP for example, will such loop be parallelized if I'm using musl? Thanks a lot, ardi