absolut icon indicating copy to clipboard operation
absolut copied to clipboard

Autogenerated Bytewise SIMD-Optimized Look-Up Tables

Results 1 absolut issues
Sort by recently updated
recently updated
newest added

The `SimdTable` trait provides a lookup table in the form of two raw byte arrays: `SimdTable::LO` and `SimdTable::HI` without any convenient way to use them. Ideally, lookup function implementations would...

new feature