Skip to content
View dzaima's full-sized avatar

Block or report dzaima

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CBQN Public

    a BQN implementation in C

    C 350 47

  2. chat Public

    A Matrix chat client

    Java 13 1

  3. intrinsics-viewer Public

    x86-64, ARM, and RVV intrinsics viewer

    JavaScript 43 3

  4. grr Public

    GUI for gdb, rr, perf, and more

    Java 27

1,198 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created an issue in llvm/llvm-project that received 5 comments

Inefficient codegen for copysign(known_zero_sign_bit, x)

The code: double native(double x) { double bound = fabs(x) > M_PI/2 ? M_PI/2 : 0; return copysign(bound, x); } via -O3 -march=haswell generates: .L…

5 comments
Opened 6 other issues in 3 repositories
Loading