diff options
author | Timothy Arceri <[email protected]> | 2014-12-12 23:13:57 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2014-12-13 12:15:25 +1100 |
commit | a3218e65d1e52469421226a17f2ba91a6b3e4bb8 (patch) | |
tree | 83da26984494669e2a1abd5d2d928e98ea65639c /src/mesa/Makefile.sources | |
parent | 64bd1ac2b1a7f054ace4349667c69ca4b197e283 (diff) |
mesa: remove long dead 3Dnow optimisation
This code has been turned off for the last
decade. Considering 3Dnow is obsolete it
seems the bug will never be fixed so just
remove it.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index f5e0182d93f..7ac3bbc714b 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -560,7 +560,6 @@ X86_FILES = \ $(SRCDIR)x86/3dnow_xform2.S \ $(SRCDIR)x86/3dnow_xform3.S \ $(SRCDIR)x86/3dnow_xform4.S \ - $(SRCDIR)x86/3dnow_normal.S \ $(SRCDIR)x86/sse.h \ $(SRCDIR)x86/sse_xform1.S \ $(SRCDIR)x86/sse_xform2.S \ |