summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/umul.S
blob: e8605974312674a78b6c59f7809bfe6000a2d07e (plain)
1
2
3
4
5
6
7
8
9
#include "_math_inc.h"

#if defined(__CONFIG_SPARC_V9__) || defined(__CONFIG_SPARC_V9B__)
# include "sparcv9/umul.S"
#elif defined(__CONFIG_SPARC_V8__)
# include "sparcv8/umul.S"
#else
# include "sparcv7/umul.S"
#endif