summaryrefslogtreecommitdiffstats
path: root/include/private/pixelflinger/ggl_fixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/pixelflinger/ggl_fixed.h')
-rw-r--r--include/private/pixelflinger/ggl_fixed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/pixelflinger/ggl_fixed.h b/include/private/pixelflinger/ggl_fixed.h
index d0493f3..787f620 100644
--- a/include/private/pixelflinger/ggl_fixed.h
+++ b/include/private/pixelflinger/ggl_fixed.h
@@ -190,7 +190,7 @@ inline int64_t gglMulii(int32_t x, int32_t y)
);
return res;
}
-#elif defined(__mips__)
+#elif defined(__mips__) && __mips_isa_rev < 6
/*inline MIPS implementations*/
inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) CONST;