Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xR3b0rn committed May 24, 2021
1 parent 78aa491 commit 3d69099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ int main()
* attribute_values
* value_descriptions
* signal_extended_value_type_list
* signal_groups
* signal_multiplexer_value
## Not supported yet
* sigtype_attr_list
* signal_type_refs
* signal_groups
# Decode-function
The signals decode function is using prestored masks and fixed offsets to speed up calculation, therefore the decoding-function should be almost as fast as a code generated decode function would be. The assembly of the `decode`-function on its critical path (signed and byte swap must happen) looks like this (VS19 10.0.18362.0 compiler):
```
Expand Down

0 comments on commit 3d69099

Please sign in to comment.