[PATCH] D119547: [libc][bazel] Add tests to the bazel build
Tue Ly via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 06:56:01 PST 2022
lntue added inline comments.
================
Comment at: utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel:262-263
+
+# "sqrtl" test is currently skipped on Aarch64 because of
+# insufficient precision in MPFR leading to https://hal.archives-ouvertes.fr/hal-01091186/document
+math_test(
----------------
I think this comment does not apply anymore. Can you add a `TODO` for me to double check this on an aarch64 machine and re-enable the test? Thanks,
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119547/new/
https://reviews.llvm.org/D119547
More information about the llvm-commits
mailing list