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 bdbc098 commit 0bb1e04Copy full SHA for 0bb1e04
libc/src/math/docs/add_math_function.md
@@ -183,8 +183,8 @@ implementation (which is very often glibc).
183
184
- Build and Run exhaustive test (might take hours to run):
185
```
186
- $ ninja libc.test.src.math.exhaustive.<func>_test
187
- $ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive.<func>_test
+ $ ninja libc.test.src.math.exhaustive.<func>_test.__unit__
+ $ projects/libc/test/src/math/exhaustive/libc.test.src.math.exhaustive.<func>_test.__unit__
188
189
190
- Build and Run performance test:
0 commit comments