
N.t.R. Researcher | GPG: C56BDC0D20228B05476EA95A147485DF461A7498
-
Dreamtonics
- https://tuxzz.org
- @tuxzz
Block or Report
Block or report tuxzz
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
tokio-rs/tokio Public
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
libsndfile/libsndfile Public
A C library for reading and writing sound files containing sampled audio data.
-
Xeiron/ref_thread_local.rs Public
A macro for declaring thread-local `static`s like using both of `lazy_static!` and `RefCell`
-
-
352 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created an issue in llvm/llvm-project that received 4 comments
Missing optimization for x86 avx intrinsic _mm256_zeroall()
.
Here is a simple code #include <immintrin.h> void fn(float *out) { _mm256_zeroall(); register __m256 r0; r0 = _mm256_setzero_ps(); _mm256_storeu_ps(…
4
comments
Opened 1 other issue in 1 repository
llvm/llvm-project
1
open
13
contributions
in private repositories
Mar 3 – Mar 16