Skip to content

Remove target dependent CPP for Word64/Int64 (#11470)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/word64-primops into master

Primops types were dependent on the target word-size at compiler compilation time. It's an issue for multi-target as GHC may not have the correct primops types for the target.

Edited by Sylvain Henry

Merge request reports