summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-04-13 01:37:48 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-04-13 01:37:48 +0200
commita3c95d9371922672cdf8a7dbd4f5c6732ff4c127 (patch)
treee2e0848a2b69d668f19e087a782a95e7a08c0411 /longlong.h
parentfef1b79d6b718bef3c6066d7e7d40f3e8018d83d (diff)
downloadgmp-a3c95d9371922672cdf8a7dbd4f5c6732ff4c127.tar.gz
Test __VIS__ instead of __sparc_vis3.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index 45474d195..a7a853253 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1757,7 +1757,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
: "rJ" (ah), "rI" (bh), "rJ" (al), "rI" (bl), \
"rJ" ((al) >> 32), "rI" ((bl) >> 32) \
__CLOBBER_CC)
-#ifdef __sparc_vis3
+#if __VIS__ >= 0x300
#undef add_ssaaaa
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
__asm__ ( \