<div class="gmail_quote">On 13 January 2012 22:57, bearophile <span dir="ltr"><<a href="mailto:bearophileHUGS@lycos.com">bearophileHUGS@lycos.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Walter:<br>
<div class="im"><br>
> What's our vector, Victor?<br>
> <a href="http://www.youtube.com/watch?v=fVq4_HhBK8Y" target="_blank">http://www.youtube.com/watch?v=fVq4_HhBK8Y</a><br>
<br>
</div>Thank you Walter :-)<br>
<div class="im"><br>
<br>
> If int4 is out, I'd prefer something like vint4. Something short.<br>
<br>
</div>Current names:<br>
<br>
void16<br>
double2<br>
float4<br>
byte16<br>
ubyte16<br>
short8<br>
ushort8<br>
int4<br>
uint4<br>
long2<br>
<br>
Your suggestion:<br>
<br>
vvoid16<br>
vdouble2<br>
vfloat4<br>
vbyte16<br>
vubyte16<br>
vshort8<br>
vushort8<br>
vint4<br>
vuint4<br>
vlong2<br>
<br>
<br>
My suggestion:<br>
<br>
void16v<br>
double2v<br>
float4v<br>
byte16v<br>
ubyte16v<br>
short8v<br>
ushort8v<br>
int4v<br>
uint4v<br>
long2v<br>
<br>
Bye,<br>
<span class="HOEnZb"><font color="#888888">bearophile<br>
</font></span></blockquote></div><br><div>I think I'd vote for leaving it as it is, swayed by the fact that the more ambiguous types are super-rarely used. float4/int4 has a nice familiarity with HLSL/Cg.</div>