Typo in sse2neon.h line 8029
alant2020 opened this issue · 5 comments
alant2020 commented
Hi,
there seems to be a typo in sse2neon.h: Lines 8029 and 8030 should be "connected", e.g. with an "&&" or "||"?
8029: #if defined(SSE2NEON_HAS_BITSCAN64)
8030: (defined(_M_AMD64) || defined(__x86_64__))
Thanks a lot!
Greetings,
Alan
jserv commented
hi @alant2020 , you are right. Please send a pull request to resolve this.
alant2020 commented
Sorry, can't create a pull request. Do not know what exactly would be the correct fix.
jserv commented
Sorry, can't create a pull request. Do not know what exactly would be the correct fix.
alant2020 commented
@jserv thanks for the link. However, the question is rather:
What's the correct fix for the source code: joining the lines 8029/8030 with "||" or "&&" or something completely different?