simd-everywhere / simde

Implementations of SIMD instruction sets for systems which don't natively support them.
https://simd-everywhere.github.io/blog/
MIT License
2.32k stars 239 forks source link

[Patch] Modified simde_float16 to simde_float16_t (issue#1099) #1100

Closed yyctw closed 10 months ago

yyctw commented 10 months ago

Hi there, this is Eric from Andes Technology Corporation. This PR is to fix the compilation error in https://github.com/simd-everywhere/simde/issues/1099#issue-1968009653, which is caused by the different types simde_float16 and simde_float16_t.