[all-commits] [llvm/llvm-project] d3a558: [libc] Add maybe_unused for functions only used on...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 8 07:04:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3a5589684baed14e82e57ca31fd4e988cb1436d
https://github.com/llvm/llvm-project/commit/d3a5589684baed14e82e57ca31fd4e988cb1436d
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M libc/src/math/generic/tan.cpp
Log Message:
-----------
[libc] Add maybe_unused for functions only used on slow path (#98024)
Summary:
When the fast math options are enabled these functions are uncalled,
which makes it error.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list