What you've learned

You should now know how to:

  • Use Arm Neon intrinsics in your Unity C# scripts
  • Optimize your code
  • Collect and compare performance data using the Unity Profiler and Analyzer tools

Knowledge Check

What are intrinsics?

What is considered best practice when wanting to improve the compiler’s ability to auto-vectorize your code?

`IsNeonSupported` returns true when Neon intrinsics are supported. Which namespace contains `IsNeonSupported`?


Back
Next