projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89684e
)
Intrin: shrx_u64 should be _shrx_u64
author
David Majnemer
<david.majnemer@gmail.com>
Tue, 2 Dec 2014 23:30:26 +0000
(23:30 +0000)
committer
David Majnemer
<david.majnemer@gmail.com>
Tue, 2 Dec 2014 23:30:26 +0000
(23:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223176
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Headers/Intrin.h
patch
|
blob
|
history
diff --git
a/lib/Headers/Intrin.h
b/lib/Headers/Intrin.h
index 89e0d0c82d8e0c686d9235fdd48cefa8d6ab85e5..a13715dd7d6cb5ecf836ea44720328ea6f6fc465 100644
(file)
--- a/
lib/Headers/Intrin.h
+++ b/
lib/Headers/Intrin.h
@@
-416,7
+416,7
@@
__int64 _sarx_i64(__int64, unsigned int);
int __cdecl _setjmpex(jmp_buf);
#endif
unsigned __int64 _shlx_u64(unsigned __int64, unsigned int);
-unsigned __int64 shrx_u64(unsigned __int64, unsigned int);
+unsigned __int64
_
shrx_u64(unsigned __int64, unsigned int);
/*
* Multiply two 64-bit integers and obtain a 64-bit result.
* The low-half is returned directly and the high half is in an out parameter.