wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

SP Intel x64 ASM: fix get_from_table ASM

Open SparkiDev opened this issue 1 year ago • 0 comments

Description

Use movdqu instead of vmovdqu so that function works on SSE2 only CPUs.

Fixes #7663

Testing

Examined code.

Checklist

  • [ ] added tests
  • [ ] updated/added doxygen
  • [ ] updated appropriate READMEs
  • [ ] Updated manual and documentation

SparkiDev avatar Jun 27 '24 21:06 SparkiDev