_BitScanForward on Visual C <2005 support#10
Open
bulk88 wants to merge 1 commit intodanaj:masterfrom
bulk88:master
Open
_BitScanForward on Visual C <2005 support#10bulk88 wants to merge 1 commit intodanaj:masterfrom bulk88:master
bulk88 wants to merge 1 commit intodanaj:masterfrom
bulk88:master
Conversation
Contributor
Author
|
disregard this commit for the moment, preprocessor error edit, commit fixed edit, commit fixed, again broken again "unsigned char_BitScanReverse64(unsigned long * Index,unsigned __int64 Mask);" missing space fixed again, also now vc6 support fixed the vc6 inline asm functions with correct PP statement |
bulk88
added a commit
to perl11/cperl
that referenced
this pull request
Jun 9, 2018
All MSVCs need to use the MSVC branch in S_ceil_to_power2. Add support for VC 2003. I'll deal with VC6 which doesn't have these builtins another time. Code from danaj/Math-Prime-Util#10 Fixes C:\sources\cperl\win32>dmake test cl -c -nologo -GF -W3 -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -DPERL DLL -DPERL_CORE -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fomini\toke.obj -Fdmini\toke.pdb ..\toke.c toke.c c:\sources\cperl\inline.h(1781) : error C2065: 'M_LOG2E' : undeclared identifier ..\toke.c(8622) : warning C4244: '=' : conversion from 'U16' to 'U8', possible l oss of data ..\toke.c(8752) : warning C4244: '=' : conversion from 'U16' to 'U8', possible l oss of data dmake: Error code 130, while making 'mini\toke.obj'
bulk88
added a commit
to perl11/cperl
that referenced
this pull request
Jun 13, 2018
All MSVCs need to use the MSVC branch in S_ceil_to_power2. Add support for VC 2003. I'll deal with VC6 which doesn't have these builtins another time. Code from danaj/Math-Prime-Util#10 Fixes C:\sources\cperl\win32>dmake test cl -c -nologo -GF -W3 -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -DPERL DLL -DPERL_CORE -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fomini\toke.obj -Fdmini\toke.pdb ..\toke.c toke.c c:\sources\cperl\inline.h(1781) : error C2065: 'M_LOG2E' : undeclared identifier ..\toke.c(8622) : warning C4244: '=' : conversion from 'U16' to 'U8', possible l oss of data ..\toke.c(8752) : warning C4244: '=' : conversion from 'U16' to 'U8', possible l oss of data dmake: Error code 130, while making 'mini\toke.obj'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.