Remove target dependent CPP for Word64/Int64 (#11470)
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