similar to: [PATCH] simplify OS SSE support detection

Displaying 20 results from an estimated 80 matches similar to: "[PATCH] simplify OS SSE support detection"

2014 Mar 09
2
PATCH: OS SSE support detection for GCC on Windows
libFLAC for Windows compiled with GCC/MinGW can't detect SSE OS support: it can't use GCC+Linux detection code and can't use MSVC+Win32 code that uses SEH (__try/__except). So it doesn't use any SSE/SSE2/etc routines. One way to fix it is to call configure script with --enable-sse (flac will probably crash on Win95/WinNT4 but who cares). Another way is to add a new code just for
2002 Jun 26
0
Close of testing.
I've taken down the openssh.tar.gz file. I'm happy with what I've recieved for testing. I'd like to thank everyone who took the time to test. I did not see a few platforms, but that is fine. Most of the worry some ones checked in. I was floored to see PrivSep working under OSX with no real source code changes. =) I'd like to thank a friend of mine from #unixhelp for doing
2014 Mar 15
2
PATCH: OS SSE support detection, version 2
Erik de Castro Lopo wrote: >> About part 1:does it have any problems? I can split it into several patches >> (1 fix = 1 patch) or explain the changes in it in detail. > > I didn't apply patch1 because I mis-read your comment here: > > http://lists.xiph.org/pipermail/flac-dev/2014-March/004582.html > > So, for the patches in this email: > >
2014 Jul 27
1
[PATCH] remove obsolete cpu_info from struct FLAC__BitReader
In FLAC 1.2.0, a new field 'FLAC__CPUInfo cpu_info' was added to the struct FLAC__BitReader. It became useless in 1.3.0 because of various bitreader optimizations. The first patch removes it and also removes FLAC__CPUInfo argument of FLAC__bitreader_init() function. The second patch removes a comment about struct FLAC__BitReader. It seems that it should really belong to
2001 Jul 04
1
connection attempt timeout - possible feature?
I'm writing a network monitoring script, that has to traverse a bunch of firewalls (joy ...) and so for connectivity tests, I'm using ssh (OpenSSH 2.x). I'm being lazy, and trying to avoid parallel tasks/threading, so I'm interested in reducing the amount of time OpenSSH will wait to connect to something before giving up. I've already set the ConnectionAttempts flag to 1,
2014 Jul 27
1
C6 to 7 upgrade tool testing & documentation
Hi Referring to http://seven.centos.org/2014/07/testing-centos-6-to-centos-7-upgrades-via-centos-testing-repo/ Section 3: Document the process of using the current RPMs from the Testing Repo to actually perform CentOS-6.5 to CentOS-7 upgrades What's being requested here exactly? I'd be happy to submit a HOWTO for creating a Yum Repo, installing the tools (CLI-only), running the tool,
2014 Jul 27
1
[PATCH] Don't use -msse2 when configured with --disable-sse
Currently -msse2 option is added to CFLAGS even when FLAC was configured with --disable-sse option. This patch fixes this (if I corrrectly understood the syntax of configure.ac). -------------- next part -------------- A non-text attachment was scrubbed... Name: sse2_config.patch Type: application/octet-stream Size: 378 bytes Desc: not available Url :
2014 Jul 27
1
libtheora-1.1.1 and SDL2 support.
Are there any plans to implement SDL2 support for libtheora? I've searched the internet for patches and I couldn't really find anything. I modified some of the files in libtheora-1.1.1 to use the SDL2 library instead of the SDL library. I'm pretty sure I did it wrong though. It compiles successfully. I was hoping someone else had done something similarly so I could compare my
2014 Jul 25
1
Error after Upgrade
Hello, after upgrade (Debian wheezy) from dovecot 2:2.2.13-1~auto+103 => 2:2.2.13-1~auto+113 I discovered that in my log and all mails stuck in the Queue. I?ve had downgrade v 2:2.2.13-1~auto+103 an everything is fine. What?s wrong? Any ideas or solution greatly appreciated. Thanks. Jul 25 11:03:01 server2 dovecot: lmtp(25638): Fatal: master: service(lmtp): child 25638 killed with signal
2000 Oct 30
2
Minor fixes for openssh-SNAP-20001028
I've attached a patch for openssh-SNAP-20001028 which fixes the following two problems: 1) I fixed fixpaths to complain instead of failing silently if it can't write the output file. 2) I changed log-server.c to use av0 as the first argument to openlog(). I also made sure it called openlog() before the TCP wrapper stuff, because libwrap calls syslog() and winds up using the
2014 Jul 27
4
w.r.t. firstname lastname
I try not to post my real name on the internet. I'm basically asking for commit access for user sub page space for formatting, & staging of documents for management review. When I'm actually @ linbit ill probably start the motions to have an official account something like "linbit-usa" to publish the works under. I'm used to mediawiki, moinmoin wiki is new to me.
2010 Jun 29
5
file "time-to-live"
Hi everyone, There is a way to make files being automatically deleted some time after they have been created? I know that, with some scripting wizardry i could achieve this, but i wanna know if samba has this kind of feature. I have a temp folder that users insist in use like a backup folder, so i want to files to be deleted 24 hours after they have been created. I cannot just delete
2007 Mar 29
1
uiddir mailbox format with benchmarks
I cleaned up the lib-storage code a bit so that it's easier to write support for new mailbox formats. It could still use a bit of cleaning up. Anyway, I thought I'd try how easy it would be to implement Cyrus-like mail store which would consist of only Dovecot's index files and "<uid>." message files. Flags and everything else is kept only in Dovecot's index files
2014 Jul 06
1
Panic: file istream.c: line 167 with 2.2.13 + istream.c/.h from dovecot-2-2-dffc6dd2be0d
Hi, Getting following panics with traces: Jul 6 08:11:52 dovecot: imap(user at domain.tld): Error: Cached message size smaller than expected (1782 < 1872) Jul 6 08:11:52 dovecot: imap(user at domain.tld): Error: Maildir filename has wrong S value, renamed the file from /path/cencored/Maildir/cur/1201713258.3136.host.cencored.fi,S=1782:2,S to
2014 Jul 26
2
[LLVMdev] Clang binaries for Windows x86-64?
Hi, On Sat, Jul 26, 2014 at 3:41 AM, Reid Kleckner <rnk at google.com> wrote: > I believe we only have 32-bit binaries, but they can produce 64-bit code > if that's what you're looking for. You simply pass the -m64 flag. > > If you want a 64-bit binary for better performance or whatnot, you'll have > to build from source for now. > > Thats not gonna work
2009 Jan 08
1
Setting IMAP keywords/flags on delivery
Hi there, We've been long time users of Dovecot, and have found it a great IMAP server. I don't think we've had any serious problems in the 3-4 years of use. So great work. :) We have a IMAP inbox that is accessed by a number of different users from Thunderbird. We have a rule in Thunderbird to flag new emails as "TO DO", so someone can unflag the email once it has
2014 Jul 27
2
[LLVMdev] [RFC] Install yaml2obj and obj2yaml utilities together with other LLVM tools
Now the yaml2obj and obj2yaml utilities used in LLVM and LLD projects tests only and not installed by the "make install" command. I think they might be also useful in third-party projects like MCLinker. I suggest to move these utilities into the "tools" category and install them together with other LLVM tools. Any objections or comments? -- Simon Atanasyan
2000 Nov 06
1
openssh-2.1.1p1 on HP-UX 11.00: processes hanging around
Hello, I'm unsure what kind of problem this is, but If I use eval $(ssh-agent) ssh-add scp ... (several times) ssh-add -D exit There are many ssh processes around in the system: UID PID PPID C STIME TTY TIME COMMAND root 4266 1 0 11:33:56 pts/0 0:00 /usr/local/bin/ssh -x -oFallBack ToRsh no -oFallBackToRsh no root 1876 9788 0 11:11:26 ? 0:01
2014 Jul 25
5
1.21 vs 1.3 encoding speed
a. Intel 2.8 Ghz Core I7 (dual core, I7-4558U) in late 2013 Macbook Pro with Retina Display b. I compiled it the same way I compiled 1.2.1: ./configure -enable-static -disable-shared CFLAGS=" -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6" make Am i doing something wrong? Thanks, Scott On Fri, Jul 25, 2014 at 12:54 PM, lvqcl <lvqcl.mail at gmail.com>
2010 Jun 01
0
How to improve performance of samba
Hi All, I use samba in my mips platform. The tcp performance is about 450Mbps. But the samba perfomance is only 180Mbps(Mips-->PC) and 150Mbps(PC-->Mips). I 'd like to ask if it is normal and how I can improve the the performance of samba server.The version of my using samba is 3.0.30. The following is the state of vmstat during the test. 1. TCP test # vmstat 1 procs