<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 4, 2014 at 7:57 PM, Tyler Nowicki <span dir="ltr"><<a href="mailto:tnowicki@apple.com" target="_blank">tnowicki@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Aaron and Richard,<br>
<br>
Thanks for the review and putting up with me while I learn clang! Here is the patch with your changes.<br>
<div class=""><br>
<br>
>> +      // Vectorization/interleaving is disabled, set width/count to 1.<br>
>> +      ValueInt = 1;<br>
>> +    // Fallthrough.<br>
><br>
> We should add [[clang::fallthrough]] to Compiler.h and use it here. :-)<br>
<br>
</div>Turns out I didn’t need to make any changes to Compiler.h. It works fine for me. Will it work for all builds?<br></blockquote><div><br></div><div>Unlikely.  MSVC's table of C++11 lists attributes as unsupported:</div>
<div><a href="http://msdn.microsoft.com/en-us/library/hh567368.aspx">http://msdn.microsoft.com/en-us/library/hh567368.aspx</a></div><div><br></div><div>GCC is also likely to warn on unrecognized attributes, which wouldn't work.</div>
</div></div></div>