Skip to content

Commit f72bb2e

Browse files
mention all compilers
1 parent c6c5db0 commit f72bb2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libc/docs/dev/code_style.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ level languages like Assembly, such as:
238238
While it's not impossible to have Assembly code that correctly provides all of
239239
the above, we do not wish to maintain such Assembly sources in llvm-libc.
240240

241-
That said, there a few functions provided by llvm-libc that are more difficult
242-
to implement or maintain in C++ than Assembly.
241+
That said, there a few functions provided by llvm-libc that are impossible
242+
to reliably implement in C++ for all compilers supported for building
243+
llvm-libc.
243244

244245
We do use inline or out-of-line Assembly in an intentionally minimal set of
245246
places; typically places where the stack or individual register state must be

0 commit comments

Comments
 (0)