On Mon, Aug 3, 2015 at 4:17 PM, Roland Scheidegger wrote:
> Reviewed-by: Roland Scheidegger
Thanks!
> I'm wondering though if this is really exactly implementing lrintf why
> we're using a different name and not just something like _mesa_lrintf().
> Though arguably _mesa_roundeven is the same..
Am 03.08.2015 um 18:43 schrieb Matt Turner:
> gcc actually generates this for us now that we use -fno-math-errno
> (which is weird, since lrintf()/lrint() don't set errno) but clang still
> does not. Presumably helps MSVC as well.
>
> Reduced .text size by 8.5k with gcc before -fno-math-errno.
>
gcc actually generates this for us now that we use -fno-math-errno
(which is weird, since lrintf()/lrint() don't set errno) but clang still
does not. Presumably helps MSVC as well.
Reduced .text size by 8.5k with gcc before -fno-math-errno.
text data bss dec hex filename
49
On Fri, Jul 31, 2015 at 6:37 PM, Roland Scheidegger wrote:
> Am 01.08.2015 um 03:02 schrieb Matt Turner:
>> On Fri, Jul 31, 2015 at 5:50 PM, Roland Scheidegger
>> wrote:
>>> Am 01.08.2015 um 01:26 schrieb Matt Turner:
gcc actually generates this for us now that we use -fno-math-errno
(
Am 01.08.2015 um 03:02 schrieb Matt Turner:
> On Fri, Jul 31, 2015 at 5:50 PM, Roland Scheidegger
> wrote:
>> Am 01.08.2015 um 01:26 schrieb Matt Turner:
>>> gcc actually generates this for us now that we use -fno-math-errno
>>> (which is weird, since lrintf()/lrint() don't set errno) but clang s
On Fri, Jul 31, 2015 at 5:50 PM, Roland Scheidegger wrote:
> Am 01.08.2015 um 01:26 schrieb Matt Turner:
>> gcc actually generates this for us now that we use -fno-math-errno
>> (which is weird, since lrintf()/lrint() don't set errno) but clang still
>> does not. Presumably helps MSVC as well.
>>
Am 01.08.2015 um 02:44 schrieb Matt Turner:
> On Fri, Jul 31, 2015 at 4:41 PM, Ilia Mirkin wrote:
>> On Fri, Jul 31, 2015 at 7:26 PM, Matt Turner wrote:
>>> gcc actually generates this for us now that we use -fno-math-errno
>>> (which is weird, since lrintf()/lrint() don't set errno) but clang st
Am 01.08.2015 um 01:26 schrieb Matt Turner:
> gcc actually generates this for us now that we use -fno-math-errno
> (which is weird, since lrintf()/lrint() don't set errno) but clang still
> does not. Presumably helps MSVC as well.
>
> Reduced .text size by 8.5k with gcc before -fno-math-errno.
>
On Fri, Jul 31, 2015 at 4:41 PM, Ilia Mirkin wrote:
> On Fri, Jul 31, 2015 at 7:26 PM, Matt Turner wrote:
>> gcc actually generates this for us now that we use -fno-math-errno
>> (which is weird, since lrintf()/lrint() don't set errno) but clang still
>> does not. Presumably helps MSVC as well.
>
On Fri, Jul 31, 2015 at 7:26 PM, Matt Turner wrote:
> gcc actually generates this for us now that we use -fno-math-errno
> (which is weird, since lrintf()/lrint() don't set errno) but clang still
> does not. Presumably helps MSVC as well.
>
> Reduced .text size by 8.5k with gcc before -fno-math-er
gcc actually generates this for us now that we use -fno-math-errno
(which is weird, since lrintf()/lrint() don't set errno) but clang still
does not. Presumably helps MSVC as well.
Reduced .text size by 8.5k with gcc before -fno-math-errno.
text data bss dec hex filename
49
11 matches
Mail list logo