summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64/x86-64.c
AgeCommit message (Collapse)Author
2006-10-17include x86-64.h to silence warningBrian Paul
2006-10-16Fix build when DEBUG is defined but DEBUG_MATH is not.Ian Romanick
A couple places attempted to call _math_test_all_*_functions when DEBUG was defined. These routines only exist when DEBUG_MATH is defined.
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul