On 10/8/18 9:23 AM, Kenneth Graunke wrote:
On Monday, September 24, 2018 4:19:36 AM PDT Tapani Pälli wrote:
Hi;
Here's another try to inline sse41 code and get rid of gtt maps
in intel_miptree_map (revert 58fb613a519). To be able to safely
utilize sse41 we separate sse41 functionality as a lib
On Monday, September 24, 2018 4:19:36 AM PDT Tapani Pälli wrote:
> Hi;
>
> Here's another try to inline sse41 code and get rid of gtt maps
> in intel_miptree_map (revert 58fb613a519). To be able to safely
> utilize sse41 we separate sse41 functionality as a library and
> then choose run time if
Hi;
Here's another try to inline sse41 code and get rid of gtt maps
in intel_miptree_map (revert 58fb613a519). To be able to safely
utilize sse41 we separate sse41 functionality as a library and
then choose run time if we want to use it.
Couple of different approaches were tried, this one seem