Harshavardhana
3a46db1cb4
Detect SSE automatically and enable corresponding optimized code path.
...
With this change, following happens.
```
if sse {
compressSSE()
return
}
compressGeneric()
```
compressGeneric is used as a fallback when SSE is not detected.
2016-06-28 02:51:14 -07:00
frankw
83ff4cf5f4
Full test cases
2016-06-28 10:55:07 +02:00
frankw
c82983850e
Update license header
2016-06-28 10:43:31 +02:00
frankw
1953a0fe1e
Removed functionality/code for comparing (during dev) to reference code
2016-06-28 10:01:56 +02:00
frankw
0cb28af64e
Added initial test vectors
2016-06-28 09:39:20 +02:00
frankw
4d9461fef6
Round 1 completed
2016-06-25 09:57:20 +02:00
frankw
d71b79de75
G1 macro after DIAGONALIZE added
2016-06-25 09:51:53 +02:00
frankw
53bb6668a3
UNDIAGONALIZE macro
2016-06-25 09:04:36 +02:00
frankw
b0e1a3d003
DIAGONALIZE macro
2016-06-25 08:57:01 +02:00
frankw
8bc3dcee2c
Skeleton for assembly and test function
2016-06-24 21:48:51 +02:00
frankw
b47a44b57d
Added LICENSE and initial test case
2016-06-24 20:09:36 +02:00