SakuragiHnmch

Results 7 comments of SakuragiHnmch

So the binary efkefc and efkpkg have taken the place of text efkproj? Thanks for reply!

@mr-c thanks for your reply. I've tried with meson and the same error still remains. And the complier I used is Clang 15.0.0. Maybe I should spend some time to...

It worked when I add `-DSIMDE_FLOAT16_API=4`, I can build the test source files now. I am using built-in clang installed in Xcode to build the latest code from master branch....

@yyctw I applied the commit patch and rebuilt the test, but the test errors still remain: ``` Summary of Failures: 720/1838 arm/neon/cvt/native/c ERROR 2.63s exit status 1 722/1838 arm/neon/cvt/native/cpp ERROR...

@yyctw The definition of `vcvth_n_s32_f16` is the same as you showed above: ![1](https://github.com/simd-everywhere/simde/assets/41696889/8e27762d-26f1-419b-b906-52aaebf85956) And the clang is a built-in compiler of Xcode: ``` ➜ ~ clang -v Apple clang version...

@yyctw It did't work to add the flag `-march=native` or `-mcpu=apple-m1`. I used following command to set up meson ``` CFLAGS="-march=native -DSIMDE_FLOAT16_API=4" CXXFLAGS="-march=native -DSIMDE_FLOAT16_API=4" meson setup .. ``` and then...