Search

February 28, 2011
General »
...a syntax like this would be possible, with no language change at all:

pragma(namedarguments...
February 21, 2011
Learn »
...opengl like described on the derelict site. Note that you have to use 'pragma (lib...
February 14, 2011
Issues »
...is no use of pragma(lib).
Error can be something like:
"No main function, and...
February 11, 2011
General »
...possible! ==

pragma( inline )
int foo () { ... }

== I'll be calling foo(), and I'd like it...
February 10, 2011
General »
...typeof(main)?  I tried pragma(msg, typeof(main...or init.

I'd like to see either...
February 10, 2011
GDC »
...those structs.

I'd like to fix this...T*) &vector)[elem] = value;
}


//pragma(set_attribute, _mm...
February 09, 2011
GDC »
...defined by the compiler
pragma(set_attribute, _mm...function, I get messages like "sorry, unimplemented: inlining...
February 06, 2011
GDC »
...function declarations of things like __builtin_ia32_addps...any of those functions:

========
pragma(set_attribute, __v4sf...
February 06, 2011
c++ »
...other functions.

IOW, I need something like Borland C "#pragma startup xxx"

How could I...
February 01, 2011
GDC »
...something like:


import gcc.builtins;

pragma(set_attribute, __m128, vector_size(16), may_alias);
pragma...
128 129 130 131 132 133 134 135 136 137 138
Next ›   Last »