Skip to content

Improve spelling#370

Open
gustafn wants to merge 1 commit intomadler:masterfrom
gustafn:master
Open

Improve spelling#370
gustafn wants to merge 1 commit intomadler:masterfrom
gustafn:master

Conversation

@gustafn
Copy link
Copy Markdown

@gustafn gustafn commented Jul 19, 2018

this change has no function changes, but improves spelling. I've made these changes first on the mongo-c-driver repository, but the people from there pointed me to you. Hope, you will find these changes useful.

Copy link
Copy Markdown

@Croydon Croydon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

GerHobbelt pushed a commit to GerHobbelt/zlib that referenced this pull request Nov 20, 2021
This issue I mentioned in madler#370. Optimization code such as crc_folding.c, deflate_quick_sse.c, fill_window_sse.c, and insert_string_sse.c were not being compiled when the compiler was MSVC because the checks for the instrincs were not being done and the HAVE_[TARGET]_INTRIN variables weren't being set. I could have simply set HAVE_[TARGET]_INTRIN variables to ON manually in the case of MSVC, but it is better this way to have one path for all the compilers (that it runs and checks some code for determination). I have just added MSVC code where necessary in the checks.

* Rename HAVE_SSE42_INTRIN to HAVE_SSE42CRC_INLINE_ASM.
* Added msvc inline asm support to insert_string_sse.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants