Skip to content

1.1.6

Choose a tag to compare

@iliaal iliaal released this 05 Jun 11:37
· 23 commits to master since this release
1.1.6
df98ca8

Fixed

  • SSSE3 detection now uses __get_cpuid instead of __builtin_cpu_supports; the builtin pulled in libgcc __cpu_model and broke zig cc and static-musl builds (#6).
  • Vendored plutovg uses <limits.h> for PATH_MAX instead of <linux/limits.h>, fixing the build on musl/Alpine without linux-headers.