blob: e8605974312674a78b6c59f7809bfe6000a2d07e [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include "_math_inc.h"
2
3#if defined(__CONFIG_SPARC_V9__) || defined(__CONFIG_SPARC_V9B__)
4# include "sparcv9/umul.S"
5#elif defined(__CONFIG_SPARC_V8__)
6# include "sparcv8/umul.S"
7#else
8# include "sparcv7/umul.S"
9#endif