Commits

Raymond Lu committed dc2bc37c39f
[svn-r11254] Purpose: Bug fix Description: In some macro definition, some constant values like D_MIN and D_MAX were not casted to the destination type. They may cause problems for some system like TFLOPS. Solution: Cast them to destination type. Platforms tested: fuss - very simple changes.