Décio Luiz Gazzoni Filho

Results 16 issues of Décio Luiz Gazzoni Filho

**Is your feature request related to a problem? Please describe.** I need to benchmark a function that performs an in-place transform on an array. This transform maps variables from a...

This PR implements st1{,q}_*_x{2,3,4}. It includes tests, whose values were generated on a Raspberry Pi 4 (Cortex-A72 core).

This PR implements ld1{,q}_*_x{2,3,4}. It includes tests, whose values were generated on a Raspberry Pi 4 (Cortex-A72 core).

When adding the `arm/neon.h` include to a C++, compiled with Apple clang 12 in macOS using the `-pedantic` flag, I get the following error: ``` In file included from /.../simde-no-tests/arm/neon.h:51:...

Consider the following, essentially empty, file: ``` #define SIMDE_ENABLE_NATIVE_ALIASES #include "arm/neon.h" int main() { return 0; } ``` Compiling this with Apple's clang version using the `-std=gnu99` flag produces the...

Consider the following code: ``` mla v0.4s, v1.4s, v2.4s ``` Here is the result of running it through OSACA 0.4.6: ``` Open Source Architecture Code Analyzer (OSACA) - 0.4.6 Analyzed...

**Describe the bug** UBSanitizer from Apple clang 13.1.6, on an Apple Silicon machine with macOS Monterey reports an error on the simplest possible test case, but only when Google Test...

bug

**Describe what happened:** Live Share doesn't start when connected, via Remote-SSH, to a Linux/ARM target. **What was your system configuration?** *Product and Version* [VS/VSCode]: VSCode *OS Version*[macOS/Windows]: host macOS (but...

feature-request
area: share / join
os: linux
product-feedback
Stale

As originally reported in #3091, CTest aren't running in parallels when started from the testing pane, using the button "Run tests" with the double-play-like icon. In #3091 this was fixed...

fixed (release pending)
Feature: ctest

I'm a fan of the [variants](https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/variants.md) feature, but in one of my projects, its use is starting to get unwieldy, since the number of available variants suffers from combinatorial explosion....

enhancement
Feature: variants
Feature: UI