intel / isa-l_crypto

Other
275 stars 80 forks source link

Fix clang attribute for missing pop #89

Closed gbtucker closed 2 years ago

gbtucker commented 2 years ago

One clang attribute pop was inadvertently placed inside an ifdef where the push was outside. Fixes error with clang and yasm or when assembler doesn't know avx512.

Fixes #88

Change-Id: Ieb4aeae453bd13d0c5178309c0b0c73b96e82cf0 Signed-off-by: Greg Tucker greg.b.tucker@intel.com