Skip to content

Fix illegal instruction in chacha-2core.asm on POWER7

Maamoun TK requested to merge mamonet/nettle:power7-chacha-fix into master

This patch replaces "vmrgew/vmrgow" instructions with vector permute instruction in chacha-2core.asm to completely depend on Power ISA 2.06

Merge request reports