X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <46FEA919.3080905@byu.net> Date: Sat, 29 Sep 2007 13:35:53 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: llrint implementation in Cygwin References: <46F6C151 DOT 3070301 AT computer DOT org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Diego Biurrun on 9/29/2007 1:14 PM: >> What's wrong with adding llrint to your code (perhaps with a #define, >> i.e., >> >> #define llrint my_llrint >> typeof(llrint) my_llrint(...) { ... } >> >> )? > > It is ugly and it is a workaround for a problem that should be solved > outside of FFmpeg. Should every project using llrint add that > workaround? No, Cygwin should be fixed. What part of portable programming don't you get? On platforms where something is lacking, a portable program will use replacement functions to make up for the platform limitations (autoconf is particularly helpful in determining whether a platform has limitations so the replacement is not used on platforms with more features, and gnulib is a good supply of a lot of replacement functions). And what part of open source programming don't you get? If it bugs you, write and submit a patch, so that cygwin WILL have llrint. Cygwin won't have it until someone takes the time to write it. - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG/qkZ84KuGfSFAYARAuigAKCphfivrZirq6b8iJRaz13E/1XtIwCfQjti 8a7jKJGuYocaMLl3iSfDluA= =dk7b -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/