search for: 390h

Displaying 3 results from an estimated 3 matches for "390h".

Did you mean: 390
2001 Dec 13
0
samba 32/64 bit locking error
...s well. This was in a production environment, so I rolled back as soon as I saw the errors, leaving Solaris 2.6 as positively known to produce this error, others unknown. Here is a copy of a typical error log: [2001/12/13 09:24:48, 2] smbd/open.c:open_file(214) ig opened file consult/gerotor/390h/stage2/pp/pow-pt/390h-compare2.1-adapt.ppt read=Yes write=Y es (numopen=1) [2001/12/13 09:24:48, 0] locking/posix.c:posix_fcntl_lock(668) posix_fcntl_lock: WARNING: lock request at offset 2147483538, length 1 returned [2001/12/13 09:24:48, 0] locking/posix.c:posix_fcntl_lock(670) an Invalid ar...
2013 Jul 19
0
[LLVMdev] llvm.x86.sse2.sqrt.pd not using sqrtpd, calling a function that modifies ECX
...B02AC movapd xmm0,xmmword ptr [eax+330030h] 002B02B4 movaps xmmword ptr [esp+3B0h],xmm0 002B02BC movapd xmm0,xmmword ptr [eax+330040h] 002B02C4 movaps xmmword ptr [esp+3A0h],xmm0 002B02CC movapd xmm0,xmmword ptr [eax+330050h] 002B02D4 movaps xmmword ptr [esp+390h],xmm0 002B02DC movapd xmm0,xmmword ptr [eax+330060h] 002B02E4 movaps xmmword ptr [esp+380h],xmm0 002B02EC movapd xmm0,xmmword ptr [eax+330070h] 002B02F4 movaps xmmword ptr [esp+370h],xmm0 002B02FC movapd xmm0,xmmword ptr [eax+330080h] 002B0304 movaps xmmwor...
2013 Jul 19
4
[LLVMdev] SIMD instructions and memory alignment on X86
Hmm, I'm not able to get those .ll files to compile if I disable SSE and I end up with SSE instructions(including sqrtpd) if I don't disable it. On Thu, Jul 18, 2013 at 10:53 PM, Peter Newman <peter at uformia.com> wrote: > Is there something specifically required to enable SSE? If it's not > detected as available (based from the target triple?) then I don't think