This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 04 Aug 2016 03:08, Aurelien Jarno wrote: > When building for sparc32/sparcv9 or sparc64, we assume that VIS > instructions are available and use them in the sparc specific assembly > code. However we do not tell GCC to use such instructions, resulting in > slightly suboptimal code. > > Fix that by passing -Wa,-Av9a -mvis to GCC. does this address: https://sourceware.org/bugzilla/show_bug.cgi?id=19477 it also seems to imply that v9 is *not* supported, and if you want to build for sparc64, you must have at least v9a ? and that VIS is always supported ? glancing at some wiki history, it doesn't seem like a big problem, but it is different from before. -mike
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |