Amyspark

Results 55 issues of Amyspark

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1.4.2 | Compiler Explorer | N/A | N/A |...

type: bug

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1afaf684 | Windows | MinGW GCC 7.3.0 | `-O2...

Hi! Would it be possible to template lane permutation (ie. `_mm256_permute2f128_*`) on AVX and higher architectures? I've found an use for them in some handmade pixel interleavers of mine.

:wave: While debugging the still bad codegen of MSVC, I realised that on reasonably big functions, it doesn't inline any of the xsimd functions even when marked as `inline`. The...

👋 Vc has a "Scalar" architecture that allows the library to be used without targeting any particular ISA, hence doing all computations on individual values. xsimd does have something similar...

## My Environment | Software | Version(s) | | ---------------- | ---------- | | Operating System | MacOS High Sierra 10.13.6 | | `jekyll` | 4.0.0.pre.alpha1 | | `github-pages` |...

has-pull-request
incremental-regeneration
pinned
bug

This PR implements installable Config Modules for libjxl, based on the namespace defined by Sony Interactive Entertainment in WebKit [1] . For reference, my version of the Find Module [2]...

building/portability

Hi, I'm using `jekyll-paginate-v2` in combination with other plugins as well as scripts of my own. Most of them use a variation of the following check to detect if the...

Hi, Pleroma now [exposes emoji reactions](https://git.pleroma.social/pleroma/pleroma/-/blob/develop/docs/API/differences_in_mastoapi_responses.md#notifications) via the `pleroma` object of a MastoAPI response. Would it be possible to add support for them, both in each toot and in the...

enhancement

Hi! I'm implementing support for TIFF metadata [for Krita](https://invent.kde.org/graphics/krita/-/merge_requests/1015) and I ran into the following. Currently, we use Exiv2 to handle only metadata, specially because we can feed the blobs...