https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280120

--- Comment #3 from Nuno Teixeira <edua...@freebsd.org> ---
(In reply to Paul Floyd from comment #2)

`make patch` in www/firefox:

diff work/firefox-128.0/gfx/skia/skia/src/core/SkCpu.cpp.orig
work/firefox-128.0/gfx/skia/skia/src/core/SkCpu.cpp

85a86,101
> #elif
>     #include <machine/armreg.h>
>     #ifndef ID_AA64ISAR0_CRC32_VAL
>     #define ID_AA64ISAR0_CRC32_VAL ID_AA64ISAR0_CRC32
>     #endif
>
>     static uint32_t read_cpu_features() {
>         uint32_t features = 0;
>         uint64_t id_aa64isar0;
>
>         id_aa64isar0 = READ_SPECIALREG(id_aa64isar0_el1);
>         if (ID_AA64ISAR0_CRC32_VAL(id_aa64isar0) == ID_AA64ISAR0_CRC32_BASE) {
>             features |= SkCpu::CRC32;
>         }
>         return features;
>     }

It seems that patch is applied

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to