You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove duplicate identical 2k table from fast_log.rs (removed file)
* move two tables into dedicated files, one table per file (they are big, hard to work with them ohterwise)
* renamed them to follow Rust naming conventions - they do not seem to be publically exposed, so should be safe from versioning perspective.
* changed the type of the `logs_8` to be `[floatX; 256]`, same as `log_16`. This eliminate casting everywhere.
0 commit comments