Displaying 4 results from an estimated 4 matches for "mallappa".
Did you mean:
kalappa
2020 Jul 21
7
New x86-64 micro-architecture levels
* Premachandra Mallappa:
> [AMD Public Use]
>
> Hi Floarian,
>
>> I'm including a proposal for the levels below. I use single letters for them, but I expect that the concrete implementation of this proposal will use
>> names like “x86-100”, “x86-101”, like in the glibc patch referenced above...
2020 Jul 23
1
New x86-64 micro-architecture levels
Hello,
On Wed, 22 Jul 2020, Mallappa, Premachandra wrote:
> > That's deliberate, so that we can use the same x86-* names for 32-bit library selection (once we define matching micro-architecture levels there).
>
> Understood.
>
> > If numbers are out, what should we use instead?
> > x86-sse4, x86-avx2,...
2020 Jul 10
12
New x86-64 micro-architecture levels
Most Linux distributions still compile against the original x86-64
baseline that was based on the AMD K8 (minus the 3DNow! parts, for Intel
EM64T compatibility).
There has been an attempt to use the existing AT_PLATFORM-based loading
mechanism in the glibc dynamic linker to enable a selection of optimized
libraries. But the general selection mechanism in glibc is problematic:
hwcaps
2007 Aug 21
0
[LLVMdev] LLVM GCC - 4.0 from svn build error
Hi All,
it bails out with unable to detect exception model error
I checked with my configure
$LLVM_GCC_SRC/configure --prefix=$LLVM_GCC_INST
--program-prefix=llvm- -enable-llvm=$LLVM_BUILD
--enable-languages=c,c++ --enable-checking
I haven't enabled objc but it seems to get error whille configuring objc.
any idea how to get rid of this