SIMD benchmark

Walter Bright newshound2 at digitalmars.com
Tue Jan 17 11:19:45 PST 2012


On 1/17/2012 2:43 AM, Manu wrote:
> On 17 January 2012 12:33, Walter Bright <newshound2 at digitalmars.com
> <mailto:newshound2 at digitalmars.com>> wrote:
>
>     On 1/17/2012 12:17 AM, Manu wrote:
>
>         What protects these ranges from being overlapping?
>
>
>     A runtime check, like array bounds checking.
>
>
> Awesome.
> How does this map to pointer dereferencing?

It can't. Use dynamic arrays - that's what they're for.


More information about the Digitalmars-d mailing list