Evgeny Karpov

Results 10 issues of Evgeny Karpov

**Describe the pull request** - #### What does your PR fix? Add arm64:windows asm optimization compatibility to improve performance - #### Which triplets are supported/not supported? Have you updated the...

category:port-feature
info:reviewed
requires:vcpkg-team-review

This patch fixes an issue related to defining the buffer size before drawing. It introduces a slight overhead of O(N), however, it should not significantly impact performance. One option to...

https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/27

Thanks to @vejbomar work on unit tests grouping, we identified SVE/SVE2 and SME/SME2 as significant contributors to failing tests, totaling 212334. Based on the investigation, SVE is an optional extension...

GCC

### Description Signal handling should be ported to AArch64. - Tests are Hanging due to WaitForMultipleObjects (num, wait_objects, FALSE, INFINITE) function call in [cygwait.cc line no:79](https://github.com/Windows-on-ARM-Experiments/newlib-cygwin/blob/c30a31a2955574fa081615f318a6935e2559a2a1/winsup/cygwin/cygwait.cc#L79). Until any one of...

Cygwin

Investigate why zlib build on aarch64-w64-mingw32 started failing after this change https://github.com/madler/zlib/commit/93457606bf297c3febcfa5a475ad16007542cd3f. undefined reference to __gcov_exit

GCC

The patch allows promoting rebased branches after resolving merge issues and applying the required changes to pass the tests.

Validate https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/41 aarch64: Support shared attribute It looks like aarch64 mingw tests can be built without -static which was not a case before, however SEH needs investigation as SEH test...