diff options
Diffstat (limited to 'libc/sysdeps/linux/alpha/remq.S')
-rw-r--r-- | libc/sysdeps/linux/alpha/remq.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/remq.S b/libc/sysdeps/linux/alpha/remq.S new file mode 100644 index 000000000..cd1064af4 --- /dev/null +++ b/libc/sysdeps/linux/alpha/remq.S @@ -0,0 +1,6 @@ +#define IS_REM 1 +#define SIZE 8 +#define UFUNC_NAME __remqu +#define SFUNC_NAME __remq + +#include "divrem.h" |