<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Michał Górny</title>
	<atom:link href="http://blogs.gentoo.org/mgorny/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gentoo.org/mgorny</link>
	<description>Retroactively fixing the world</description>
	<lastBuildDate>Tue, 29 Jan 2013 07:11:23 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on uam can now mount CDs and DVDs! by Michał Górny</title>
		<link>http://blogs.gentoo.org/mgorny/2011/06/20/uam-can-now-mount-cds-and-dvds/#comment-12209</link>
		<dc:creator>Michał Górny</dc:creator>
		<pubDate>Tue, 29 Jan 2013 07:11:23 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=60#comment-12209</guid>
		<description><![CDATA[It has been moved to bitbucket along with my other projects. I have updated the links in the post.]]></description>
		<content:encoded><![CDATA[<p>It has been moved to bitbucket along with my other projects. I have updated the links in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on uam can now mount CDs and DVDs! by mark</title>
		<link>http://blogs.gentoo.org/mgorny/2011/06/20/uam-can-now-mount-cds-and-dvds/#comment-6963</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Tue, 27 Nov 2012 01:27:57 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=60#comment-6963</guid>
		<description><![CDATA[hey what happened to uam? getting 404 error over on github :(

hope you still check these comments]]></description>
		<content:encoded><![CDATA[<p>hey what happened to uam? getting 404 error over on github :(</p>
<p>hope you still check these comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Luca Santarelli</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4512</link>
		<dc:creator>Luca Santarelli</dc:creator>
		<pubDate>Wed, 22 Aug 2012 21:16:02 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4512</guid>
		<description><![CDATA[Western Digital MyBook World Edition II
(it doesn&#039;t run Gentoo... yet... maybe won&#039;t ever...)

&lt;pre&gt;int: 1;8;7;8;15;16;31;32;31;32;
longlong: 63;64;
stdint: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-least: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-fast: 7;8;31;32;-;-;31;32;63;64;-;-;
int128: 
stdint-other: 31;32;63;64;
ptr: 0;32;0;32;0;32;
float: 24;32;53;64;
lfloat: 53;64;

[root@argo cxx-type-sizes-0]# uname -a
Linux argo 2.6.17.14 #5 PREEMPT Tue Jun 2 22:17:10 EEST 2009 armv5tejl GNU/Linux

[root@argo cxx-type-sizes-0]# cat /proc/cpuinfo 
Processor	: ARM926EJ-Sid(wb) rev 5 (v5l)
BogoMIPS	: 99.73
Features	: swp half thumb fastmult edsp java 
CPU implementer	: 0x41
CPU architecture: 5TEJ
CPU variant	: 0x0
CPU part	: 0x926
CPU revision	: 5
Cache type	: write-back
Cache clean	: cp15 c7 ops
Cache lockdown	: format C
Cache format	: Harvard
I size		: 32768
I assoc		: 4
I line length	: 32
I sets		: 256
D size		: 32768
D assoc		: 4
D line length	: 32
D sets		: 256

Hardware	: Oxsemi NAS
Revision	: 0000
Serial		: 0000000000000000


[root@argo cxx-type-sizes-0]# gcc -v
Using built-in specs.
Configured with: /II/WD_v2.0_RC18/buildroot/toolchain_build_arm_nofpu/gcc-3.4.2/configure --prefix=/usr --build=i386-pc-linux-gnu --host=arm-linux-uclibc --target=arm-linux-uclibc --enable-languages=c,c++ --enable-shared --with-gxx-include-dir=/usr/include/c++ --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --enable-threads --enable-multilib --with-float=soft
Thread model: posix
gcc version 3.4.2&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Western Digital MyBook World Edition II<br />
(it doesn&#8217;t run Gentoo&#8230; yet&#8230; maybe won&#8217;t ever&#8230;)</p>
<pre>int: 1;8;7;8;15;16;31;32;31;32;
longlong: 63;64;
stdint: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-least: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-fast: 7;8;31;32;-;-;31;32;63;64;-;-;
int128: 
stdint-other: 31;32;63;64;
ptr: 0;32;0;32;0;32;
float: 24;32;53;64;
lfloat: 53;64;

[root@argo cxx-type-sizes-0]# uname -a
Linux argo 2.6.17.14 #5 PREEMPT Tue Jun 2 22:17:10 EEST 2009 armv5tejl GNU/Linux

[root@argo cxx-type-sizes-0]# cat /proc/cpuinfo 
Processor	: ARM926EJ-Sid(wb) rev 5 (v5l)
BogoMIPS	: 99.73
Features	: swp half thumb fastmult edsp java 
CPU implementer	: 0x41
CPU architecture: 5TEJ
CPU variant	: 0x0
CPU part	: 0x926
CPU revision	: 5
Cache type	: write-back
Cache clean	: cp15 c7 ops
Cache lockdown	: format C
Cache format	: Harvard
I size		: 32768
I assoc		: 4
I line length	: 32
I sets		: 256
D size		: 32768
D assoc		: 4
D line length	: 32
D sets		: 256

Hardware	: Oxsemi NAS
Revision	: 0000
Serial		: 0000000000000000


[root@argo cxx-type-sizes-0]# gcc -v
Using built-in specs.
Configured with: /II/WD_v2.0_RC18/buildroot/toolchain_build_arm_nofpu/gcc-3.4.2/configure --prefix=/usr --build=i386-pc-linux-gnu --host=arm-linux-uclibc --target=arm-linux-uclibc --enable-languages=c,c++ --enable-shared --with-gxx-include-dir=/usr/include/c++ --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --enable-threads --enable-multilib --with-float=soft
Thread model: posix
gcc version 3.4.2</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Michał Górny</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4432</link>
		<dc:creator>Michał Górny</dc:creator>
		<pubDate>Mon, 20 Aug 2012 10:51:20 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4432</guid>
		<description><![CDATA[Yes, then indeed it is 64-bit.]]></description>
		<content:encoded><![CDATA[<p>Yes, then indeed it is 64-bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Francois</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4419</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Sun, 19 Aug 2012 21:47:41 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4419</guid>
		<description><![CDATA[Never mind, I figured it out, it says 8.]]></description>
		<content:encoded><![CDATA[<p>Never mind, I figured it out, it says 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Francois</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4418</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Sun, 19 Aug 2012 21:42:49 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4418</guid>
		<description><![CDATA[Sorry - include what? In that code snippet.]]></description>
		<content:encoded><![CDATA[<p>Sorry &#8211; include what? In that code snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Raúl Porcel</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4390</link>
		<dc:creator>Raúl Porcel</dc:creator>
		<pubDate>Sat, 18 Aug 2012 19:41:02 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4390</guid>
		<description><![CDATA[BTW, s390 = 31bits(yes, 31), s390x = 64bits]]></description>
		<content:encoded><![CDATA[<p>BTW, s390 = 31bits(yes, 31), s390x = 64bits</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Raúl Porcel</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4389</link>
		<dc:creator>Raúl Porcel</dc:creator>
		<pubDate>Sat, 18 Aug 2012 19:39:12 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4389</guid>
		<description><![CDATA[The results are from an armv7a hardfloat EABI toolchain.]]></description>
		<content:encoded><![CDATA[<p>The results are from an armv7a hardfloat EABI toolchain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Michał Górny</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4385</link>
		<dc:creator>Michał Górny</dc:creator>
		<pubDate>Sat, 18 Aug 2012 17:07:07 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4385</guid>
		<description><![CDATA[A lot of thanks for so many results. However, could you clarify arm a little bit? I believe there&#039;s a lot of ABIs on that platform…]]></description>
		<content:encoded><![CDATA[<p>A lot of thanks for so many results. However, could you clarify arm a little bit? I believe there&#8217;s a lot of ABIs on that platform…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Research question: integral type sizes on various platforms by Raúl Porcel</title>
		<link>http://blogs.gentoo.org/mgorny/2012/08/15/research-question-integral-type-sizes-on-various-platforms/#comment-4384</link>
		<dc:creator>Raúl Porcel</dc:creator>
		<pubDate>Sat, 18 Aug 2012 16:38:43 +0000</pubDate>
		<guid isPermaLink="false">https://blogs.gentoo.org/mgorny/?p=151#comment-4384</guid>
		<description><![CDATA[arm

&lt;pre&gt;int: 1;8;7;8;15;16;31;32;31;32;
longlong: 63;64;
stdint: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-least: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-fast: 7;8;31;32;-;-;31;32;63;64;-;-;
int128: 
stdint-other: 31;32;63;64;
ptr: 0;32;0;32;0;32;
float: 24;32;53;64;
lfloat: 53;64;&lt;/pre&gt;

I forgot to say that all of the results are done with gcc-4.5.3(i.e, current stable)

I&#039;ve also tried with the Intel compiler 11.1.072 on an x86-64 machine with the same results as gcc.]]></description>
		<content:encoded><![CDATA[<p>arm</p>
<pre>int: 1;8;7;8;15;16;31;32;31;32;
longlong: 63;64;
stdint: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-least: 7;8;15;16;-;-;31;32;63;64;-;-;
stdint-fast: 7;8;31;32;-;-;31;32;63;64;-;-;
int128: 
stdint-other: 31;32;63;64;
ptr: 0;32;0;32;0;32;
float: 24;32;53;64;
lfloat: 53;64;</pre>
<p>I forgot to say that all of the results are done with gcc-4.5.3(i.e, current stable)</p>
<p>I&#8217;ve also tried with the Intel compiler 11.1.072 on an x86-64 machine with the same results as gcc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
