diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 12:52:28 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 14:01:49 +0900 |
commit | f430d95a36d55141cd9ef911aab70364ce4a4108 (patch) | |
tree | 80c56c724d92fe7f472d4c29e6f64a25fd873eca /src/gallium/auxiliary/tgsi | |
parent | 17158c2f00f5bee29ec8239367fd5498f22e4a91 (diff) |
Use gallium's rtasm module.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rwxr-xr-x | src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c index 62c6a69c63..29a7f842ed 100755 --- a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c +++ b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c @@ -32,7 +32,7 @@ #include "tgsi_exec.h" #include "tgsi_sse2.h" -#include "x86/rtasm/x86sse.h" +#include "rtasm/rtasm_x86sse.h" #if defined(__i386__) || defined(__386__) |