https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106322

--- Comment #1 from Mathieu Malaterre <malat at debian dot org> ---
I can reduce the gtest code to simply:

```
HWY_NOINLINE void TestAllMulHigh() {
  ForPartialVectors<TestMulHigh> test;
  test(int16_t());
//  test(uint16_t());
}
```

Reply via email to