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.
2 parents 453d0d8 + 0bb1e04 commit e298c8cCopy full SHA for e298c8c
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