Giter Club home page Giter Club logo

ahash-c's Introduction

Hi there ๐Ÿ‘‹

  • ๐ŸŽ“ I'm an Ph.D. student at the University of Rochester!
  • ๐ŸŒฑ I'm currently working at NVIDIA.
  • ๐Ÿ’ฌ Ask me about anything you like!
  • ๐Ÿ’™ I contribute to LLVM, mainly for its libc runtime. I do this for love, for run, and for making the world a bit better.
  • ๐Ÿ“ซ How to reach me:

Notice โš ๏ธ

The owner of the GitHub account SchrodingerZhu has not authorized GitCode.com to create accounts on their behalf. While mirroring open-source repositories is allowed under the respective licenses, these mirrored repositories are not managed by the legitimate SchrodingerZhu. The owner personally views the mirroring of their account as an inappropriate and offensive misuse of their account name. Therefore, any repositories under the name SchrodingerZhu on GitCode.com should not be regarded as reliable sources for accessing the original work.

ahash-c's People

Contributors

schrodingerzhu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ahash-c's Issues

msvc 2019 compile failed

static AHASH_FAST_PATH uint64_t rotate_left(uint64_t x, uint64_t bit)
{
#  if __has_builtin(__builtin_AHASH_ROTateleft64)
  // this is bascially a clang builtin
  return __builtin_AHASH_ROTateleft64(x, bit); //no ?
#  elif defined(_MSC_VER)
  return _AHASH_ROTl64(x, bit); //not on msvc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.