"Ben Kloosterman" <[email protected]> writes:
>
>> One consequence of this is that you can only use SIMD automatically
>> from the compiler when (a) you're willing to compile to a particular
>> target, or (b) you're willing to compile multiple versions into a
>> single binary.
>
> Or c) you compile to an IR which is compiled at the target  ( not that it is
> easily possible eg neither CIL or LLVM support it in their IR , but it is
> possible)
>                                                                               
>                       
Orc provides an IR which targets SIMD

http://code.entropywave.com/projects/orc/

--
jan
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to