Skip to content
View HydroRifle's full-sized avatar
Block or Report

Block or report HydroRifle

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

Popular repositories

  1. LaiNES LaiNES Public

    Forked from AndreaOrru/LaiNES

    Cycle-accurate NES emulator in ~1000 lines of code

    C++

  2. simpleini simpleini Public

    Forked from brofield/simpleini

    Cross-platform C++ library providing a simple API to read and write INI-style configuration files

    C++

  3. RetroArch RetroArch Public

    Forked from libretro/RetroArch

    Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.

    C

  4. awesome-gbdev awesome-gbdev Public

    Forked from gbdev/awesome-gbdev

    A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.

    Shell

  5. Optimize_matrix_multiplication_UC_Berkeley Optimize_matrix_multiplication_UC_Berkeley Public

    Forked from sneharajan/Optimize_matrix_multiplication_UC_Berkeley

    Experimented with several optimal techniques such as Loop unrolling, Loop exchange with block size, Matrix Transposing, SIMD intrinsic for vectorization with Register block sizes and evaluated the …

    C

  6. matrix-multiply-optimization matrix-multiply-optimization Public

    Forked from opalkale/matrix-multiply-optimization

    Used cache blocking, parallelizing, loop unrolling, register blocking, loop ordering, and SSE instructions to optimize the multiplication of large matrices to 55 gFLOPS

    C