Pierre Blanchard
Pierre Blanchard
Hello! Thank you very much for the suggestion. It turns out there is significant overlap in the team developing Arm optimized routines (AOR) and maintaining SLEEF at the minute. However,...
Sorry for the late reply and thank you very much for the detailed explanation of the issue, providing a reproducer as well as suggesting a fix and PR. Will look...
Re-opening the issue, as #560 only fixed the issue on a single architecture (s/390) and a single OS (linux). #563 attempts to fix other OS-es Yet to implement a thread-safe...
Thank you for reporting! We will take the time to look into it. This type of errors rings a bell, if it was fixed it might require a more recent...
I'm going to close that ticket, since [recent CI runs](https://github.com/shibatch/sleef/actions/runs/11559254259/job/32173728766) show that a recent enough gcc-13 has the required fix and allow all tests to pass.
Thanks for giving an overview of the plan. I have many questions, feel free to give short answers and address in more details later or in new issue. 1. When...
Hi! We realise the documentation to get started with CUDA is very minimalistic/inexistent. Will make sure this is improved before closing this issue. In the meantime could you please provide...
@savelov At the moment Windows assumes x86, but as you observed we are actually not far off supporting Windows on Arm (ARM64). Happy to see that you managed to bypass...
Sorry for the late reply. Have you tried compiling with llvm/clang. We believe MSVC might not be fully compatible yet, however there was no issue compiling with clang.
Sure, thanks both! Makes sense that there is no need to drag msys into the equation, it's just the environment I'm most familiar with, for the reasons @Andarwinux mentioned. I...