yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | #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 |