Files
rust/library/compiler-builtins/libm-test/examples
Trevor Gross d713b422f1 test: Remove FTy from libm-test traits
Now that tests have moved to using argument types instead of a whole-
function float type, remove `FTy` and its relevant configuration. This
will make it possible to use the same infrastructure for functions that
don't have any floats as arguments, or don't have any at all.

Some uses of `FTy` have been replaced with the `Group` enum, e.g. for
match arm patterns and selecting extensive tests. Anything that doesn't
have float types in the signature will be in the `Integer` category.
2026-03-25 03:06:05 -04:00
..