Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__. | Matt Turner | 2014-03-06 | 1 | -0/+3 |
| | | | | | | | | Because people insist on doing things like explicitly disabling SSE 4.1. Cc: "10.0 10.1" <[email protected]> Tested-by: David Heidelberger <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71547 | ||||
* | mesa: Add a streaming load memcpy implementation. | Matt Turner | 2013-11-07 | 1 | -0/+85 |
Uses SSE 4.1's MOVNTDQA instruction (streaming load) to read from uncached memory without polluting the cache. Reviewed-by: Chad Versace <[email protected]> |