Boost logo

Boost :

Subject: Re: [boost] C++11 compilers and fenv
From: Niall Douglas (s_sourceforge_at_[hidden])
Date: 2015-05-06 08:15:46


On 6 May 2015 at 7:45, Jason Roehm wrote:

> You should be able to implement all of the SSE operations you need using
> intrinsics, which are well-supported on all recent x86 compilers.

I had thought that MSVC does not permit reinterpret casting from FP
to integer without register store and reload, however this
stackoverflow
https://stackoverflow.com/questions/13631951/bitwise-cast-from-m128-to
-m128i-on-msvc says you can tell MSVC to not error out during the
cast using the magic _mm_castpd_si128 intrinsic.

Useful to know. Thanks.

Niall

-- 
ned Productions Limited Consulting
http://www.nedproductions.biz/ 
http://ie.linkedin.com/in/nialldouglas/



Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk