Files
test2/source/blender
Jacques Lucke ee3f71d747 Functions: allow for better compiler optimization
This extracts the inner loops into a separate function.
There are two main reasons for this:
* Allows using `__restrict` to indicate that no other parameter
  aliases with the output array. This allows for better optimization.
* Makes it easier to search for the generated assembly code,
  especially with the `BLI_NOINLINE`.
2022-04-04 11:57:58 +02:00
..
2022-04-04 15:43:25 +10:00
2022-03-16 11:58:22 +11:00
2022-03-24 21:21:18 -04:00
2022-03-25 12:04:14 +11:00