Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSVC generates crap code for SSE which causes it to produce erroneous results #1

Open
cmuratori opened this issue Jun 18, 2020 · 0 comments

Comments

@cmuratori
Copy link
Owner

Although in theory the 128-bit routines in Blandwidth are written to ensure they can use 2 read and 2 write ports on every cycle where available, and CLANG produces ASM that appears to work properly, MSVC produces really bizarre ASM that does register shuffles in the middle of the inner loop. Although I have not investigated this matter yet, it would appear that the 128-bit op bandwidth reported by the CLANG build is probably the accurate (higher) one, whereas 128-bit op bandwidth reported by MSVC is probably wrong.

- Casey

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

No branches or pull requests

1 participant