February 08, 2011 General » Re: Another Phobos2 test | |||
|---|---|---|---|
| |||
...mine of typedef. You are able to avoid using most usages of typedef if you... | |||
February 08, 2011 General » Re: Another Phobos2 test | |||
|---|---|---|---|
| |||
...typedef go too, personally, but this is a very poor use case for it. typedef... | |||
February 07, 2011 General » Another Phobos2 test | |||
|---|---|---|---|
| |||
...alias is not as good as a typedef, to make statically sure the various functions... | |||
February 06, 2011 GDC » Re: Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...the frontend; this way it matches the typedef for __v4sf, so as long as we... | |||
February 01, 2011 GDC » Re: Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...pragma(set_attribute, __v4sf, vector_size(16));
typedef float __v4sf;
union f4vector
{
__v4sf v;
float... | |||
February 01, 2011 GDC » Re: Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...figured this would be the case; the "typedef float whatever __attribute((vector_size(16)))" stuff... | |||
February 01, 2011 GDC » Re: Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...mm_add_ps, always_inline, artificial); typedef float __m128; typedef float __v4sf; __m128 _mm_add... | |||
February 01, 2011 GDC » Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...h for gcc: typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__)); typedef float __v4sf... | |||
January 23, 2011 General » Re: Is it true scope declarations are being removed? | |||
|---|---|---|---|
| |||
...same feeling. While I do understand why typedef is poorly designed (http://d.puremagic.com... | |||
January 23, 2011 General » Re: Is it true scope declarations are being removed? | |||
|---|---|---|---|
| |||
Andrej Mitrovic: I have hated see typedef and scoped classes go (I have even missed... | |||
Copyright © 1999-2021 by the D Language Foundation