-
We discussed this at the 2019 CG meeting and decided to remove the i64x2/f64x2 instructions until there is performance data to justify their inclusion.
See https://github.com/WebAssembly/meetings/b…
binji updated
5 years ago
-
We need more detailed tests around extreme values for the internal fast trig functions.
-
I would like to add GFNI to SIMDe.
When I first looked at GFNI I thought that these intrinsics were useless for me as many are hardwired for the (IMHO stupid) reduction polynomial x^8 + x^4 + x^3 +…
-
Current s2d implementation use only one thread.
We want to use multi thread.
If you have any idea to speed up, I want try.
-
For our linear algebra library we are using alpaka together with the SIMD vectorization library [Vc](https://github.com/VcDevel/Vc) and in order to efficiently implement multiscalars we use the dataty…
holke updated
5 years ago
-
Full log at https://buildd.debian.org/status/fetch.php?pkg=libssw&arch=sh4&ver=1.1-6%7E0expsimde0&stamp=1576178932&raw=0
```
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/=. -fsta…
-
It would be nice if we provide a macro that replaces functions with their vectorized version.
Like `@ivm @. sin(x)` would replace this with IntelVectorMath function, and `@applacc @. sin(x)` calls …
-
Hi,
I often get this error when running applications with >=2 HPX localities. It is a non-deterministic thing, sometimes I get them, sometimes not. Here an example error output:
I launch in tab …
-
This is going to be a tracker for discussion, questions, feedback, and analyses about the new XXH3 hashes, found in the `xxh3` branch.
@Cyan4973's comments (from `xxhash.h`):
`XXH3` is a new has…
-
This issue is a check list of my progress and discussions about it.
- [ ] [IndexableBitVectors.jl](https://github.com/bicycle1885/IndexableBitVectors.jl)
- [x] basic data structures
- [x] operatio…