CT Information about target CPU and Related cross-compile

JohanEngelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Jan 2 15:27:16 PST 2016


On Wednesday, 30 December 2015 at 20:07:02 UTC, Ilya wrote:
>
> @target("sse4.2")
> int foo() {
>  // foo version for SSE4.2 if compiler is LDC
>  return 1;
> }

I'm working on (a rudimentary version of) @target at the moment.
I assume you build LDC yourself and you are happy to help with 
some testing and give feedback? :)

cheers,
   Johan



More information about the digitalmars-d-ldc mailing list