Re: append uninitialized elements to array

2018-07-31 Thread Steven Schveighoffer via Digitalmars-d-learn
On 7/30/18 5:10 PM, Ali Çehreli wrote: On 07/30/2018 10:40 AM, realhet wrote: Hello, I've already found out how to create an array with uninitialized elements, but what I'm looking for is a way to append 16 uninitialized ushorts to it and after I will it directly from 2 SSE registers. The

Re: append uninitialized elements to array

2018-07-31 Thread realhet via Digitalmars-d-learn
Thank You!

Re: append uninitialized elements to array

2018-07-30 Thread Ali Çehreli via Digitalmars-d-learn
On 07/30/2018 10:40 AM, realhet wrote: Hello, I've already found out how to create an array with uninitialized elements, but what I'm looking for is a way to append 16 uninitialized ushorts to it and after I will it directly from 2 SSE registers. The approximate array length is known at the

Re: append uninitialized elements to array

2018-07-30 Thread Steven Schveighoffer via Digitalmars-d-learn
On 7/30/18 1:40 PM, realhet wrote: Hello, I've already found out how to create an array with uninitialized elements, but what I'm looking for is a way to append 16 uninitialized ushorts to it and after I will it directly from 2 SSE registers. The approximate array length is known at the

append uninitialized elements to array

2018-07-30 Thread realhet via Digitalmars-d-learn
Hello, I've already found out how to create an array with uninitialized elements, but what I'm looking for is a way to append 16 uninitialized ushorts to it and after I will it directly from 2 SSE registers. The approximate array length is known at the start so I could be able to do this