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/drivers/softpipe | |
parent | 17158c2f00f5bee29ec8239367fd5498f22e4a91 (diff) |
Use gallium's rtasm module.
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_fs_sse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_fs_sse.c b/src/gallium/drivers/softpipe/sp_fs_sse.c index d90066e025..b18772f4e6 100644 --- a/src/gallium/drivers/softpipe/sp_fs_sse.c +++ b/src/gallium/drivers/softpipe/sp_fs_sse.c @@ -42,7 +42,7 @@ #if defined(__i386__) || defined(__386__) -#include "x86/rtasm/x86sse.h" +#include "rtasm/rtasm_x86sse.h" /* Surely this should be defined somewhere in a tgsi header: */ |