Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 4cd38f7

Browse files
committed
Intrin: shrx_u64 should be _shrx_u64
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223176 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f89684e commit 4cd38f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Headers/Intrin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ __int64 _sarx_i64(__int64, unsigned int);
416416
int __cdecl _setjmpex(jmp_buf);
417417
#endif
418418
unsigned __int64 _shlx_u64(unsigned __int64, unsigned int);
419-
unsigned __int64 shrx_u64(unsigned __int64, unsigned int);
419+
unsigned __int64 _shrx_u64(unsigned __int64, unsigned int);
420420
/*
421421
* Multiply two 64-bit integers and obtain a 64-bit result.
422422
* The low-half is returned directly and the high half is in an out parameter.

0 commit comments

Comments
 (0)