Skip to content

[S390x] Alerting assembler of machine type

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

I have noticed some GCC versions don't recognize certain vector instructions without declaring machine type in the assembly files. This patch addresses this issue by specifying machine model in each file that utilizes those vector instructions.

Merge request reports