search for: linux64

Displaying 20 results from an estimated 36 matches for "linux64".

Did you mean: linux6e
2017 Mar 22
2
Building LLVM on Linux, executing on Windows 10 Linux Subsystem
...ring LLVM. The following are the OS and tool versions I am using: * CentOS Linux release 7.1.1503 (Core) * gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) * cmake version 3.5.2 * GNU Make 3.82 and I am configuring with the following options: mkdir -p build/linux64 cd build/linux64 cmake -Wno-dev -G "Unix Makefiles" ../../llvm \ "-DCMAKE_BUILD_TYPE:STRING=Debug" \ "-DCMAKE_INSTALL_PREFIX:STRING=$(CLANG_INSTALL_ROOT)/Debug" \ "-DCMAKE_EXE_EXPORTS_C_FLAG:STRING=" \ "-DCMAKE_EXE_EXPORTS_CXX_FLAG:STRING=" \...
2015 May 19
3
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
Hi, We are seeing sporadic crashes since we migrated to MCJIT on Win64. The same tests pass without issues on Mac64 and Linux64. The issue is this assertion failure in RuntimeDyldELF.c: RealOffset <= INT32_MAX && RealOffset >= INT32_MIN I haven't managed to successfully catch the failure in Visual to try and debug it. Any tips on how to make progress? Oh, and we're on LLVM 3.5. Thanks. Ram -----...
2005 Nov 08
1
Reducing the deleterious effects ofego related issueson the list
How about DiabloII (Lord of Destruction)? I've heard of it running under Winex/Cedega (which is not Wine nor is it freeware) but not under wine or native... Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 >>> peter at farrows.org 11/08/05 10:02AM >>> UT 2004 does run on Linux...... Client and dedicated servers....
2007 Jan 04
2
Automatically choose between 32-bit and 64-bit kernel
...or syslinux-3.31. It adds a new config file keyword, 'default64', which overrides the default image if a 64-bit CPU is detected. This allows your config file to have something like this in order to automatically choose between a 32-bit and 64-bit kernel: default linux default64 linux64 prompt 0 label linux kernel vmlinuz append root=/dev/sr0 label linux64 kernel vmlinuz-64bit append root=/dev/sr0 Alternatively, this patch can be grabbed from: http://www.winds.org/pub/linux/syslinux/syslinux-3.31-64bit.patch It should be 386-sa...
2010 Feb 05
5
ffmpeg2theora 0.26 released
...ce: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux32.bin Linux 64bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux64.bin Mac OS X http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.pkg.zip Windows http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.exe j
2010 Feb 05
5
ffmpeg2theora 0.26 released
...ce: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux32.bin Linux 64bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.linux64.bin Mac OS X http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.pkg.zip Windows http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.26.exe j
2007 Jun 29
5
ffmpeg2theora 0.19 release
...(only in svn right now or binary for os x *) - support for output larger than 2GB on 32bit systems - fix short option -k to output Ogg Skeleton - other smaller fixes binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.18.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.18.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.18.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.18.exe source http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.19.tar.bz2 http://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.19 more info http://v2v.cc/~j/ffmpeg2theora/...
2008 Oct 10
4
ffmpeg2theora 0.22 released
...only scons build is supported now. Source: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.22 ? Binaries: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux32.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.exe j
2008 Oct 10
4
ffmpeg2theora 0.22 released
...only scons build is supported now. Source: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.22 ? Binaries: http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux32.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.22.exe j
2008 Dec 03
1
Matrix dimnames crash (PR#13361)
In Windows XP, the matrix() function crashes the program when 'dimnames' is an empty list: matrix(1:4, nrow=2, dimnames=list()) # R has encountered a problem and needs to close ... This bug is specific to WinXP, as Linux64 handles this situation more gracefully: matrix(1:4, nrow=2, dimnames=list()) Error in matrix(1:4, nrow = 2, dimnames = list()) : invalid type (environment) for 'dimnames' (must be a vector) Thanks, Arni R 2.8.0-patched on WinXP
2015 May 22
2
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
...ble for some > MCJIT clients. > > On Tue, May 19, 2015 at 7:19 AM, Ramkumar Ramachandra <artagnon at gmail.com> > wrote: > >> Hi, >> >> We are seeing sporadic crashes since we migrated to MCJIT on Win64. The >> same tests pass without issues on Mac64 and Linux64. The issue is this >> assertion failure in RuntimeDyldELF.c: >> >> RealOffset <= INT32_MAX && RealOffset >= INT32_MIN >> >> I haven't managed to successfully catch the failure in Visual to try and >> debug it. Any tips on how to make progress?...
2007 Dec 02
4
ffmpeg2theora-0.20 released
...version 0.20 - postprocessing filters, denoise, deblock, dering (check --pp help) - new preset - several bugfixes - binaries build with latest version of libtheora Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.exe
2007 Dec 02
4
ffmpeg2theora-0.20 released
...version 0.20 - postprocessing filters, denoise, deblock, dering (check --pp help) - new preset - several bugfixes - binaries build with latest version of libtheora Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux64.bin.bz2 http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.pkg.zip http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.exe
2017 Nov 23
2
question about xray tls data initialization
...ny better suggestion ? > > FunctionRecord pack , __attribute__((packed)) => #pragma > pack(push,1), msvc also requires bitfields to be same type to pack > them together( all types => uint32_t) > > > Are you able to test this on other platforms? I've tested this on linux64 (with clang) and it pass check-xray , but I don't have mac to test. if changing all attribute to pragma is desirable , I can submit a patch for that .
2007 Dec 14
1
7zip benchmark
Hi, I could try latest 7zip (4.57) on a triple boot machine (Debian SID i386, x86_64 and native Windows XP SP2), and found something surprising in the results : amd64 at 2400MHz linux32 -> 1814 linux64 -> 1946 win32 -> 2004 So performance is much better in Linux 64 bit than in 32 bit, while both are slower than native windows system. Is it normal, I mean does anyone else obtain better performance on 64 bit Wine? Thanks Jos? ***************************************************** &qu...
2012 Mar 29
3
r-forge build failure bafflement
...The package seems to build fine on my system(s) with R CMD build --compact-vignettes --resave-data=best pkg (these are the R-forge build arguments, according to the r-forge admins) -- I've tried it with R-devel on Linux-32 and R 2.14.2 on MacOS-64. The build log (basically identical across linux64/win64/macos64) is as follows: -------------- Thu Mar 29 20:15:21 2012: Building tarball for package glmmADMB (SVN revision 204) using R version 2.14.2 (2012-02-29) ... * checking for file 'glmmADMB/DESCRIPTION' ... OK * preparing 'glmmADMB': * checking DESCRIPTION meta-information...
2014 Jul 02
2
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
On Wed, Jul 02, 2014 at 12:56:18AM +0200, Thierry Parmentelat wrote: > Hi again > > Answering my own e-mail on a few points: > > . first off, stupid me, http://libvirt.org/format.html indeed is empty and it seems to be by design, but the subtrees are not, like e.g. > http://libvirt.org/formatdomain.html > > . from this page it seems like using something like >
2012 Jul 27
3
[LLVMdev] Debug information and JIT
...s = %entry call void @llvm.dbg.declare(metadata !{i32* %a}, metadata !14), !dbg !15 store i32 0, i32* %a, align 4, !dbg !16 ret i32 0, !dbg !17 } The problem is with @llvm.dbg.declare which is the first instruction of the block. I reproduced the crash with lli on win32 and mingw32 but not on linux64. > >> See >> http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-November/036113.html >> http://llvm.org/bugs/show_bug.cgi?id=6981 >> >> JIT emitter for X86 aborts when is asked to emit instruction for >> opcode 11 (DBG_VALUE). >> That opcode comes from @ll...
2015 May 22
2
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
..., May 19, 2015 at 7:19 AM, Ramkumar Ramachandra < >>> artagnon at gmail.com> wrote: >>> >>>> Hi, >>>> >>>> We are seeing sporadic crashes since we migrated to MCJIT on Win64. The >>>> same tests pass without issues on Mac64 and Linux64. The issue is this >>>> assertion failure in RuntimeDyldELF.c: >>>> >>>> RealOffset <= INT32_MAX && RealOffset >= INT32_MIN >>>> >>>> I haven't managed to successfully catch the failure in Visual to try >>>>...
2015 May 23
2
[LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
...Ramkumar Ramachandra < >>>> artagnon at gmail.com> wrote: >>>> >>>>> Hi, >>>>> >>>>> We are seeing sporadic crashes since we migrated to MCJIT on Win64. >>>>> The same tests pass without issues on Mac64 and Linux64. The issue is this >>>>> assertion failure in RuntimeDyldELF.c: >>>>> >>>>> RealOffset <= INT32_MAX && RealOffset >= INT32_MIN >>>>> >>>>> I haven't managed to successfully catch the failure in Visual t...