Evan Nemerson

Results 193 comments of Evan Nemerson

Good point. I just added several lists to the original comment, as well as some directions for how I think we can handle this.

I just found [intel/ARM_NEON_2_x86_SSE](https://github.com/intel/ARM_NEON_2_x86_SSE). It has a hard dependency on SSSE3, with optional dependencies on SSE4.1/4.2, so we would need to add portable fallbacks. It would still make an amazing...

The infrastructure is in place now to make these pretty straightforward to knock out. First add the relevant functions to the files in [simde/arm/neon](https://github.com/nemequ/simde/tree/master/simde/arm/neon); they'll all follow the same pattern,...

Thanks. I'm actually working on this issue right now, so good timing :)

Hi @syedsafi30! Thanks for your interest, but I think I think the NEON project is already taken for this year; @Glitch18 got to it first, and has been doing some...

Sorry, this got buried in my notifications. The problem is I doubt we can get a slot in GSoC, so it wouldn't *officially* be part of GSoC. You could definitely...

@syedsafi30, if you're still interested in this, the Institute of Software Chinese Academy of Sciences is running [a similar program](https://www.phoronix.com/scan.php?page=news_item&px=China-Summer-2021-Open-Source) to GSoC, and [SIMDe has a few projects](https://summer.iscas.ac.cn/#/org/orgdetail/simdeverywhere?lang=en) you could...

The deadline for me to submit projects to OSPP ends May 20th. The student application period is from May 24th through June 13th. The coding period is 3 months, from...

I'm working on it, but it will probably be a couple days… I want to make sure to file bugs against the compilers, and you know how slow c-reduce is...

Welcome @karangovil, thanks for your interest in contributing! I agree with Michael, I just wanted to add that I think the `_mm512_min_*` and `_mm512_max_` functions would probably be the easiest...