typedef float v4sf __attribute__ ((mode(V4SF)));
This is in GCC. Anyone knows the equivalence syntax?
VS 2010 will show __attribute__
has no storage class of this type, and mode is not defined.
I searched on the Internet and it said
Equivalent to
__attribute__( aligned( size ) )
in GCCIt is helpful for former unix developers or people writing code that works on multiple platforms that in GCC you achieve the same results using attribute( aligned( ... ) )
See here for more information: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Type-Attributes.html#Type-Attributes
The full GCC code is here: http://pastebin.com/bKkTTmH1