-
![Integral 5 0 AVX2](https://github.com/user-attachments/assets/1a6cc29b-0d70-495f-967f-4af1dc161db0)
![Integral 5 0 BMI2a](https://github.com/user-attachments/assets/cea8915d-68a6-42df-802a-bdf8af36…
-
### What is the issue?
according to logs ollama seems to only be using AVX not AVX2, how would i fix this and force avx2 or higher?
also wondering how i compile the avx512 runner for windows? i h…
-
YMP [claims](http://www.numberworld.org/ymp/v1.0/benchmarks.html) an impressive 2-3x speedup over GMP by using AVX2. Any opinions on: If what YMP does is sensible. What AVX2 support might look lik…
-
I am quickly testing avx2 vs sse2 on Ubuntu box and seeing following:
Sample mod file:
```python
NEURON {
SUFFIX hh
NONSPECIFIC_CURRENT il
RANGE x, minf, mtau, gl, el
}
STATE…
-
I wrote some Zig code trying to get the semantics of `vpsllvq`:
```zig
export fn foo(vec: @Vector(4, u64)) @Vector(4, u64) {
return @select(
u64,
vec < @as(@Vector(4, u64), …
-
Hello! I'd like to ask you for adding these 2 hash functions.
Blake2sp-256, Blake2bp-512 as they are. This is a reference implementation as it was presented for NIST hash function competition aka S…
-
I've got some Xeon with AVX2 and i'd like to optimize MVTools to support this instruction set, may i have some pointers on how and where to put my smelly hands??
I've already took a look at the code …
MonoS updated
8 years ago
-
### Describe the project you are working on
Something Godot related.
### Describe the problem or limitation you are having in your project
I'm proposing a performance improvement on nearly all inte…
-
I get a pixelated image using chafa on tmux
![image](https://github.com/user-attachments/assets/90934c60-ff66-4daf-8b5f-0c4bb0947372)
There's no problem outside tmux
![image](https://github.c…
-
Current rav1e master shows:
```
warning: unsupported x86 llvm intrinsic llvm.x86.avx2.pabs.w; replacing with trap
warning: unsupported x86 llvm intrinsic llvm.x86.avx2.pmadd.wd; replacing with …