Re: [google] Disable RDRAND bits when building with Clang

2013-05-21 Thread Diego Novillo

On 2013-05-20 09:15 , Evgeniy Stepanov wrote:

Is it OK for google/gcc-4_8 and google/main (or google/integration?) ?


OK for google branches.


Thanks.  Diego.


Re: [google] Disable RDRAND bits when building with Clang

2013-05-20 Thread Evgeniy Stepanov
review please?


On Mon, May 13, 2013 at 6:12 PM, Evgeniy Stepanov euge...@google.com wrote:
 re-sending the patch

 On Mon, May 13, 2013 at 5:54 PM, Evgeniy Stepanov euge...@google.com wrote:
 friendly ping

 On Mon, Apr 22, 2013 at 5:23 PM, Evgeniy Stepanov euge...@google.com wrote:
 Hi,

 this patch disables rdrand in c++11/random.cc when building with Clang
 compiler. Current Clang misses a number of definitions needed to build
 that.

 Is it OK for google/gcc-4_8 and google/main (or google/integration?) ?


rdrand.patch
Description: Binary data


Re: [google] Disable RDRAND bits when building with Clang

2013-05-20 Thread Jonathan Wakely
On 20 May 2013 14:15, Evgeniy Stepanov wrote:
 review please?

I suggest you CC whoever approves changes for the google branches, maybe Diego?


Re: [google] Disable RDRAND bits when building with Clang

2013-05-20 Thread Evgeniy Stepanov
On Mon, May 20, 2013 at 5:17 PM, Jonathan Wakely jwakely@gmail.com wrote:
 On 20 May 2013 14:15, Evgeniy Stepanov wrote:
 review please?

 I suggest you CC whoever approves changes for the google branches, maybe 
 Diego?


rdrand.patch
Description: Binary data


Re: [google] Disable RDRAND bits when building with Clang

2013-05-13 Thread Evgeniy Stepanov
friendly ping

On Mon, Apr 22, 2013 at 5:23 PM, Evgeniy Stepanov euge...@google.com wrote:
 Hi,

 this patch disables rdrand in c++11/random.cc when building with Clang
 compiler. Current Clang misses a number of definitions needed to build
 that.

 Is it OK for google/gcc-4_8 and google/main (or google/integration?) ?


Re: [google] Disable RDRAND bits when building with Clang

2013-05-13 Thread Evgeniy Stepanov
re-sending the patch

On Mon, May 13, 2013 at 5:54 PM, Evgeniy Stepanov euge...@google.com wrote:
 friendly ping

 On Mon, Apr 22, 2013 at 5:23 PM, Evgeniy Stepanov euge...@google.com wrote:
 Hi,

 this patch disables rdrand in c++11/random.cc when building with Clang
 compiler. Current Clang misses a number of definitions needed to build
 that.

 Is it OK for google/gcc-4_8 and google/main (or google/integration?) ?


rdrand.patch
Description: Binary data


[google] Disable RDRAND bits when building with Clang

2013-04-22 Thread Evgeniy Stepanov
Hi,

this patch disables rdrand in c++11/random.cc when building with Clang
compiler. Current Clang misses a number of definitions needed to build
that.

Is it OK for google/gcc-4_8 and google/main (or google/integration?) ?


rdrand.patch
Description: Binary data