• Show log

    Commit

  • Hash : 3202feb0
    Author : DRC
    Date : 2024-02-29T16:10:20

    x86-64 SIMD: Support CET if C compiler enables it
    
    - Detect at configure time, via the __CET__ C preprocessor macro,
      whether the C compiler will include either indirect branch tracking
      (IBT) or shadow stack support, and define a NASM macro (__CET__) if
      so.
    
    - Modify the x86-64 SIMD code so that it includes appropriate endbr64
      instructions (to support IBT) and an appropriate .note.gnu.property
      section (to support both IBT and shadow stack) when __CET__ is
      defined.
    
    Closes #350
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libjpeg-turbo.git
    Git SSH git@git.kmx.io:kc3-lang/libjpeg-turbo.git
    Public access ? public
    Description

    Fork of libjpeg with SIMD

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags