Age | Commit message (Collapse) | Author |
|
|
|
register bitwidth.
|
|
Not really variable size, but MSVC still doesn't like them.
|
|
|
|
Union not worth the hassle of violating C99 or adding a name to
the structure.
|
|
|
|
|
|
|
|
|
|
Throughput seems to be 4x higher.
|
|
|
|
So that we have a comparable number for different formats.
|
|
|
|
|
|
|
|
|
|
LLVM during optimization reorders the rdtsc instructions next to each
other, which makes it pretty useless.
|
|
|
|
|
|
|
|
|
|
Straightforward representation of floating-point/fixed-point/integer,
normalized/scaled, signed/unsigned SIMD vector types.
|
|
|
|
The code
|