Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 3 Jul 2017 14:57:19 -0500
From: Richard Pennington <rich@...nware.com>
To: musl@...ts.openwall.com
Subject: ppc64le single instruction math functions fail with clang.

I've submitted a bug to the LLVM guys about the inability of clang to
handle the ppc64le single instruction math functions.

https://bugs.llvm.org/show_bug.cgi?id=33684

I've modified the functions for now with

#if !defined(__clang__) && defined(__VSX__)

-Rich


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.