https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93906
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu.org
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I know r12-4069-ga09bb4a852f82a added the speed up way of doing conditional_t
and internally using __conditional_t. Is the C++ front-end work still needed
here for std::conditional or do people use conditional_t more now?
The obvious compiler intrinsics could be __conditional_t(bool, type0, type1)
and that returns a type. But I don't think we have one like that yet.