Takayuki Matsuoka

Results 99 comments of Takayuki Matsuoka

- [x] TODO : `LZ4_FREESTANDING` and `LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION` should be documented in lz4/lib/README.md - https://github.com/lz4/lz4/pull/1129#issuecomment-1207222890

I think we must be on the same page. I mean that it seems there're different results because we didn't have "standard" testing method for `meson` on Windows + Visual...

I'm not sure but this issue may suggest the following new result of 'PerlinNoiseAV' test: https://github.com/rurban/smhasher/commit/9ca488454eda4dae9ac795147696135e5cdf7dbe In these new results, `'Perlin Noise'` test is traditional perlin noise test. https://github.com/rurban/smhasher/blob/9ca488454eda4dae9ac795147696135e5cdf7dbe/doc/xxh128.txt#L816 But...

Hi @DimitriPapadopoulos , thanks for the PR. I also don't understand what happens with `tipi`. > ● [err] Something went wrong, for help on your issue, we would enjoy getting...

Hi @borbmizzet, thanks for the report. I've tried the following Cortex-A8 emulation, and it works fine on my environment. ``` sudo apt-get install -y qemu-system-arm qemu-user-static gcc-arm-linux-gnueabihf make V=1 platformTest...

> Interesting, 18.04 is still within its LTS window, so it's surprising to deprecate it so soon. Yeah, but they said its their policy 😿 https://github.com/actions/runner-images/issues/6002#issuecomment-1211854077 > > I am...

Great (and sane) news! ❤️ https://github.com/actions/runner-images/issues/6002#issuecomment-1235119350 > We have decided to prolong the deprecation until the official end of life — April 2023. > Brownouts schedule has been adjusted as...

If we convert test commands in `Makefile` to shell scripts, adding `set -xe` at the beginning of the script would be nice. ``` -x : Print each line of the...

`SceneViewHiddenApiExtension.PopGUIClips` and `PushGUIClips` cause this issue. todo : Investigate an actual reason.

Thanks for the info and taking your time! I'll check your code.