K 10 svn:author V 5 peter K 8 svn:date V 27 2003-07-23T04:53:47.000000Z K 7 svn:log V 340 Only provide one copy of the math functions. If we provide a MD function, do not also provide a __generic_XXX version as well. This is how we used to runtime select the generic vs i387 versions on the i386 platform. This saves a pile of #defines in the src/math_private.h file to undo the __generic_XXX renames in some of the *.c files. END