Skip to content
Snippets Groups Projects
Commit 8421977e authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed static data in h36

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.
parent 10cbe7e8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment