This repository contains some small samples for the Unity Burst compiler.
At the moment, the following samples are included:
- DirectCallTest shows how to use the Burst direct call feature.
- IntrinsicsTest shows use of Arm Neon intrinsics within a Burst function.
- Scrambler is a sample encrypting/decrypting an image using a simple algorithm.
- SpanTest shows use of
System.Span<T>
within a Burst function.