Skip to content
Snippets Groups Projects
  • Giovanni Bussi's avatar
    8421977e
    Fixed static data in h36 · 8421977e
    Giovanni Bussi authored
    Fixed the initialization of some static data by treating them as
    static vectors and initializing them with a lambda function.
    
    In principle, this rules out possible problems arising when multiple threads
    call the decode function simultaneously for the the first time.
    
    The vectors are then declared as const for clarity.
    8421977e
    History
    Fixed static data in h36
    Giovanni Bussi authored
    Fixed the initialization of some static data by treating them as
    static vectors and initializing them with a lambda function.
    
    In principle, this rules out possible problems arising when multiple threads
    call the decode function simultaneously for the the first time.
    
    The vectors are then declared as const for clarity.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.