Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F27326028
D163.id991.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
629 B
Subscribers
None
D163.id991.diff
View Options
Index: mpi/longlong.h
===================================================================
--- mpi/longlong.h
+++ mpi/longlong.h
@@ -752,7 +752,7 @@
(w1) = _r >> 64; \
(w0) = (UDItype) _r; \
} while (0)
-# elif if __GNUC__ > 2 || __GNUC_MINOR__ >= 7
+# elif __GNUC__ > 2 || __GNUC_MINOR__ >= 7
# define umul_ppmm(w1, w0, u, v) \
__asm__ ("dmultu %2,%3" \
: "=l" ((UDItype)(w0)), \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 28, 8:00 AM (9 h, 18 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c6/58/999a107e9fc2d30dbcf79075645c
Attached To
D163: 365_mpi_longlong_h.diff
Event Timeline
Log In to Comment