Nicholas Wilson

Results 267 comments of Nicholas Wilson
trafficstars

it seems dmd already handles this https://github.com/dlang/dmd/blob/master/src/dmd/cparse.d#L900 please determine if this is still needed (e.g. for `__alignof`)

With DautoTest (unless you have LeTeX error in which case you're screwed) scroll _all_ the way to the bottom of of the Build Log (click view). In this case your...

Hmm, so apparently it doesn't like the bitcasts present. The warnings still make me nervous.

What are you trying to do? Can you minimise the project that causes this problem? That line (73)is `return () @trusted { return memcmp(cast(void*)lhs.ptr, cast(void*)rhs.ptr, lhs.length * U1.sizeof) == 0;...

https://github.com/ldc-developers/ldc/pull/3253 fixes the `__ctfe` issue.

can you use `dub -v` to print the command line? I want to see what else is on it.

IIRC 2.1 is when SPIR-V support was added and that is how LDC is able to target OpenCL _at all_. What is your 2.0 device? My ancient Intel CPU is...

I think this will come naturally as we get the library to be easy to use. I suspect the best way would be to have a string to be mixed...

Why is it trying to build with `-betterC`? that broke a while ago.