Skip to content

[S390x] Fix potential compiler error regarding GIEF usage

Maamoun TK requested to merge mamonet/nettle:s390x-gief-fix into master

Some GAS variants trigger an error regarding the use of clgije/risbg instructions that have been added in arch8 (z10) by General-instructions-extension facility (GIEF). This patch fixes that issue by altering assembler of machine type in memxor.s

Merge request reports