February 28, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...a syntax like this would be possible, with no language change at all: pragma(namedarguments... | |||
February 21, 2011 Learn » Re: OpenGL in D2 | |||
|---|---|---|---|
| |||
...opengl like described on the derelict site. Note that you have to use 'pragma (lib... | |||
February 14, 2011 Issues » [Issue 5573] New: Compiler (not linker) should generate an error for missing main() | |||
|---|---|---|---|
| |||
...is no use of pragma(lib). Error can be something like: "No main function, and... | |||
February 11, 2011 General » Re: inlining or not inlining... | |||
|---|---|---|---|
| |||
...possible! ==
pragma( inline )
int foo () { ... }
== I'll be calling foo(), and I'd like it... | |||
February 10, 2011 General » is(T == function) | |||
|---|---|---|---|
| |||
...typeof(main)? I tried pragma(msg, typeof(main...or init. I'd like to see either... | |||
February 10, 2011 GDC » Implementation of gcc SIMD builtins | |||
|---|---|---|---|
| |||
...those structs. I'd like to fix this...T*) &vector)[elem] = value; } //pragma(set_attribute, _mm... | |||
February 09, 2011 GDC » Cross-module inlining in gdc | |||
|---|---|---|---|
| |||
...defined by the compiler pragma(set_attribute, _mm...function, I get messages like "sorry, unimplemented: inlining... | |||
February 06, 2011 GDC » Re: Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...function declarations of things like __builtin_ia32_addps...any of those functions: ======== pragma(set_attribute, __v4sf... | |||
February 06, 2011 c++ » DMC pragma startup or equivalent? | |||
|---|---|---|---|
| |||
...other functions. IOW, I need something like Borland C "#pragma startup xxx" How could I... | |||
February 01, 2011 GDC » Re: Support for gcc vector attributes, SIMD builtins | |||
|---|---|---|---|
| |||
...something like: import gcc.builtins; pragma(set_attribute, __m128, vector_size(16), may_alias); pragma... | |||
Copyright © 1999-2021 by the D Language Foundation