Hi,

Gentle ping:

https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653361.html

BR,
Kewen

on 2024/6/3 11:01, Kewen Lin wrote:
> This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
> defines in nvptx port.
> 
> gcc/ChangeLog:
> 
>       * config/nvptx/nvptx.h (FLOAT_TYPE_SIZE): Remove.
>       (DOUBLE_TYPE_SIZE): Likewise.
>       (LONG_DOUBLE_TYPE_SIZE): Likewise.
> ---
>  gcc/config/nvptx/nvptx.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/gcc/config/nvptx/nvptx.h b/gcc/config/nvptx/nvptx.h
> index e282aad1b73..f6077c09e9b 100644
> --- a/gcc/config/nvptx/nvptx.h
> +++ b/gcc/config/nvptx/nvptx.h
> @@ -75,9 +75,6 @@
>  #define INT_TYPE_SIZE 32
>  #define LONG_TYPE_SIZE (TARGET_ABI64 ? 64 : 32)
>  #define LONG_LONG_TYPE_SIZE 64
> -#define FLOAT_TYPE_SIZE 32
> -#define DOUBLE_TYPE_SIZE 64
> -#define LONG_DOUBLE_TYPE_SIZE 64
>  #define TARGET_SUPPORTS_WIDE_INT 1
>  
>  #undef SIZE_TYPE


Reply via email to