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

Block or report JeffPerando

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

  1. caliburn caliburn Public

    High-level shader language for Vulkan development

    C++ 1

  2. Hawks-Machinery Hawks-Machinery Public

    The mod's dead, go home.

    Java 4 1

  3. Slice-of-Pi Slice-of-Pi Public

    CS461-462 student project

    JavaScript 2 3

  4. Experimental FP16 CPU support. Experimental FP16 CPU support.
    1
    /*
    2
    Mostly IEEE 754-compliant 16-bit floating point implementation
    3
    4
    there's a quirk or two, particularly with regard to lost precision, but frankly I can't be bothered to fix it
    5
    also it would introduce what could be significant performance issues