Skip to content

Releases: uniformbuffer/com.github.rafostar.Clapper

Clapper optimized for Pinephone

15 Jul 11:52

Choose a tag to compare

This build have been optimized for Pinephone, so it is likely it will not work on other devices. The applied optimization flags are:

  • -march=armv8-a+crypto -mtune=cortex-a53
  • -ftree-vectorize -ftree-slp-vectorize
  • -flto

Clapper generic aarch64

12 Jul 18:33

Choose a tag to compare

This is the plain build of Clapper for generic aarch64. No additional optimization flags, other than release build configuration, has been applied.