Files
clang-p2996/libc/docs/talks.rst

35 lines
1.5 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
=====
Talks
=====
----
2023
----
* Math functions in LLVM libc or yet another correctly rounded libm - Tue Ly
* `slides <https://drive.google.com/file/d/1Gchrc3AXKXAWFI1nk8Y1x8UsoQSp8XjF/view>`__
* `video <https://www.youtube.com/watch?v=kBSJqVWNQLY>`__
* The LLVM C Library for GPUs - Joseph Huber
* `slides <https://llvm.org/devmtg/2023-10/slides/techtalks/Huber-LibCforGPUs.pdf>`__
* `video <https://www.youtube.com/watch?v=_LLGc48GYHc>`__
* The Challenges of Implementing the C Standard Library in C++ - Sivachandra Reddy
* `slides <https://github.com/boostcon/cppnow_presentations_2023/blob/main/cppnow_slides/The_Challenges_of_Implementing_the_C_Standard_Library_in_Cpp.pdf>`__
* `video <https://www.youtube.com/watch?v=cuVrWUGSIgM>`__
----
2022
----
* Using LLVM's libc - Sivachandra Reddy, Michael Jones, Tue Ly
* `slides <https://llvm.org/devmtg/2022-11/slides/Tutorial1-UsingLLVM-libc.pdf>`__
* `video <https://www.youtube.com/watch?v=OpY4lnpnbq4>`__
* Using modern CPU instructions to improve LLVM's libc math library - Tue Ly
* `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk7-UsingModernCPUInstructionsToImproveLLVM-libcMathLib>`__
* `video <https://www.youtube.com/watch?v=9bvdbdn0nMA>`__
* Approximating at Scale: How strto float in LLVMs libc is faster - Michael Jones
* `slides <https://llvm.org/devmtg/2022-11/slides/QuickTalk3-ApproximatingatScale-StringToFloat.pdf>`__
* `video <https://www.youtube.com/watch?v=s-UjbTV8p6g>`__