RE: [PATCH v2][Aarch64] Add vectorized mersenne twister

2017-07-25 Thread Michael Collison
2][Aarch64] Add vectorized mersenne twister On 25/07/17 18:33 +0100, Jonathan Wakely wrote: >On 25/07/17 18:31 +0100, Jonathan Wakely wrote: >>On 18/07/17 05:53 +, Michael Collison wrote: >>>This is the second version of a patch for Aarc64 to add a vectorized >>>mer

Re: [PATCH v2][Aarch64] Add vectorized mersenne twister

2017-07-25 Thread Jonathan Wakely
On 25/07/17 18:33 +0100, Jonathan Wakely wrote: On 25/07/17 18:31 +0100, Jonathan Wakely wrote: On 18/07/17 05:53 +, Michael Collison wrote: This is the second version of a patch for Aarc64 to add a vectorized mersenne twister to libstdc++. The first version used intrinsics and included "a

RE: PATCH v2][Aarch64] Add vectorized mersenne twister

2017-07-18 Thread Michael Collison
No particular reason; I can merge it into one preprocessor line. -Original Message- From: drep...@gmail.com [mailto:drep...@gmail.com] On Behalf Of Ulrich Drepper Sent: Tuesday, July 18, 2017 12:24 AM To: Michael Collison Cc: GCC Patches ; nd Subject: Re: PATCH v2][Aarch64] Add

Re: PATCH v2][Aarch64] Add vectorized mersenne twister

2017-07-18 Thread Ulrich Drepper
On Tue, Jul 18, 2017 at 7:57 AM, Michael Collison wrote: > This is the second version of a patch for Aarc64 to add a vectorized mersenne > twister to libstdc++. The first version used intrinsics and included > "arm_neon.h". After feedback from the community this version uses only GCC > vector e

PATCH v2][Aarch64] Add vectorized mersenne twister

2017-07-17 Thread Michael Collison
This is the second version of a patch for Aarc64 to add a vectorized mersenne twister to libstdc++. The first version used intrinsics and included "arm_neon.h". After feedback from the community this version uses only GCC vector extensions and Aarch64 simd data types. This patch adds an vectori