freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] * src/smooth/ftgrays.c (FT_DIV_MOD): Li


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * src/smooth/ftgrays.c (FT_DIV_MOD): Limit the ARM workaround.
Date: Tue, 05 Oct 2021 20:31:21 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • src/smooth/ftgrays.c
    ... ... @@ -353,7 +353,7 @@ typedef ptrdiff_t FT_PtrDist;
    353 353
         }                                                              \
    
    354 354
       FT_END_STMNT
    
    355 355
     
    
    356
    -#ifdef  __arm__
    
    356
    +#if defined( __GNUC__ ) && __GNUC__ < 7 && defined( __arm__ )
    
    357 357
       /* Work around a bug specific to GCC which make the compiler fail to */
    
    358 358
       /* optimize a division and modulo operation on the same parameters   */
    
    359 359
       /* into a single call to `__aeabi_idivmod'.  See                     */
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]