Hello. Recently I've been trying to use OpenALSoft, which uses std::cyl_bessel_i as part of its codebase. Through some debugging I was able to figure out that Wine does not support this function, which causes any libraries or executables that link with it to fail to load. The error from a proton log on a Steam Deck is:
wine: Call from XXXXX to unimplemented function msvcp140_2.dll.__std_smf_cyl+bessel_i, aborting.
Is there something I may have missed that would give me access to this function under Wine? If not is there any kind of roadmap to supporting it?
This isn't really a huge blocker. A fix has already been made to OpenALSoft that uses its own version of this function. I was just curious if there was any other useful information about this anyone could provide. I created a test repo that shows the issue, but the problem appears as soon as you link to the function.