We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5db0 commit f72bb2eCopy full SHA for f72bb2e
libc/docs/dev/code_style.rst
@@ -238,8 +238,9 @@ level languages like Assembly, such as:
238
While it's not impossible to have Assembly code that correctly provides all of
239
the above, we do not wish to maintain such Assembly sources in llvm-libc.
240
241
-That said, there a few functions provided by llvm-libc that are more difficult
242
-to implement or maintain in C++ than Assembly.
+That said, there a few functions provided by llvm-libc that are impossible
+to reliably implement in C++ for all compilers supported for building
243
+llvm-libc.
244
245
We do use inline or out-of-line Assembly in an intentionally minimal set of
246
places; typically places where the stack or individual register state must be
0 commit comments