What you've learned

You should now know how to:

  • Understand what intrinsics are and how to find them in code
  • Evaluate options and use header-only libraries to port architecture specific intrinics to Arm

Knowledge Check

Does SIMD Everywhere work to port AVX512 to Arm Neon?

When porting code to Arm Neon, SSE intrinsics must be re-written to use NEON intrinsics


Back
Next