aurelienpierreeng / ansel

A darktable fork minus the bloat plus some design vision.
https://ansel.photos
GNU General Public License v3.0
688 stars 22 forks source link

Always use cacheline size as alignment for dt_alloc_align #366

Closed AlynxZhou closed 1 month ago

AlynxZhou commented 2 months ago

Apple Silicon has a larger cache line, with this we can use different size for different platforms.

Based on following darktable commits:

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
5.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

aurelienpierre commented 1 month ago

Thanks !