commit | f8ea856296e556c53741c4635d2399bed6a96c3b | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 15 15:33:19 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jun 17 14:27:38 2015 +0200 |
tree | d13d56d39d8f7e772382a3b48f0da2d9f9816431 | |
parent | 88db5da1177c2e07c0da85d43e2ecabd5a898d69 [diff] |
Change data structure of profiles to bitfields - allows to express 'none' or 'all' more easily than lists - more compact and easier to declare statically - easier to check too Only drawback: if we ever have more than 32 curves, we'll need an ABI change to make that field a uint64_t.