Skip to content

Test bit-manipulating primops with appropriate arch flags

Dmitry Ivanov requested to merge ethercrow/ghc:lzcnt-2 into master

I would like to keep running those tests without -msse4.2 and -mbmi2 as well. How should I do this without duplicating test files? With #include?

Edited by Matthew Pickering

Merge request reports