summaryrefslogtreecommitdiff
path: root/Zend/zend_multiply.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-03 20:05:17 +0100
committerAnatol Belski <ab@php.net>2016-12-03 20:05:49 +0100
commite3ce4dc098de82e8e060ff520707c852d0106a2a (patch)
tree8b51db4d393b03b2c4e3f58de73b1b9e25ff82db /Zend/zend_multiply.h
parentd109642656eab06351d464025d54e098750e2a2f (diff)
downloadphp-git-e3ce4dc098de82e8e060ff520707c852d0106a2a.tar.gz
add pragma
Diffstat (limited to 'Zend/zend_multiply.h')
-rw-r--r--Zend/zend_multiply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_multiply.h b/Zend/zend_multiply.h
index 38db1ad1b6..75769db4a1 100644
--- a/Zend/zend_multiply.h
+++ b/Zend/zend_multiply.h
@@ -84,6 +84,7 @@
#elif defined(ZEND_WIN32)
# ifdef _M_X64
+# pragma intrinsic(_mul128)
# define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \
__int64 __high; \
__int64 __low = _mul128((a), (b), &__high); \