<div dir="ltr">On Sun, Sep 8, 2013 at 7:29 PM, gamma_chen <span dir="ltr"><<a href="mailto:gamma_chen@yahoo.com.tw" target="_blank">gamma_chen@yahoo.com.tw</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Is it possible to generate 48 bits size for C int type instead of the default size 32 bits? Can someone help me, please?</div>
<div><br><br></div></div></div></blockquote><div>Properties of a target like sizeof(int) are specified in the TargetInfo class; see clang/lib/Basic/Targets.cpp .<br></div></div><br></div><div class="gmail_extra">Note that it's possible you'll run into other issues if you try to specify non-power-of-two integer types; it should work in theory, but nobody has ever tried it as far as I know.<br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">-Eli<br></div></div>