native vs custom (branchless) vs custom (branched) vs -1 ** a| Test case name | Result |
|---|---|
| native | |
| custom (branchless) | |
| custom (branched) | |
| -1 ** a |
| Test name | Executions per second |
|---|---|
| ✓ custom (branched) | 9,023,908 Ops/sec |
| custom (branchless) | 8,792,451 Ops/sec |
| native | 8,572,205 Ops/sec |
| -1 ** a | 8,547,974 Ops/sec |