Sebastian Pop

Results 16 comments of Sebastian Pop

The patches remove the "tst block" from all the tests highlighted above. For instance VectorTransformVector2 looks like this with the changes: ``` mov x8, x0 ld1r { v1.4s }, [x8],...

Missed ld/st optimization bug submitted to LLVM: https://bugs.llvm.org/show_bug.cgi?id=49981

ISPC versions the code of functions following the content of the function mask value: ispc creates a branch `all_on` for all lanes are used and another branch to `some_on`. ISPC...

@ishani, could you please attach a complete testcase?

The bug report does not contain enough information to reproduce the problem. I added the following testcase to the testsuite and it works on my arm64 machine: ``` diff --git...

I got the sdf renderer working on arm64 and x64. The diff of the output does vary in small amounts, for example: ``` --- a64.txt 2021-02-10 22:15:13.010798977 +0000 +++ x64.txt...

I'm missing intrinsic `_mm_cmpestri`.

Nice to see that the patch is getting merged. The patch for gumbo-parser was to improve performance of a benchmark in Geekbench. I forgot the details, and I don't have...

Looks good to me.

Hi, who can review and merge this patch? With this patch I can build and use wrk2 on arm64. Thanks!