Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support NEON for AES vector permutes | Jack Lloyd | 2019-09-01 | 2 | -535/+0 |
| | | | | Rename aes_ssse3 -> aes_vperm | ||||
* | Build fixes | Jack Lloyd | 2019-08-31 | 1 | -2/+1 |
| | |||||
* | Abstract the AES SSSE3 implementation to support other SIMD | Jack Lloyd | 2019-08-31 | 2 | -449/+333 |
| | |||||
* | Make the ISA list a list | Jack Lloyd | 2019-04-17 | 1 | -1/+3 |
| | |||||
* | Remove unneeded load_on auto | Jack Lloyd | 2018-09-04 | 1 | -2/+0 |
| | | | | It is the default... | ||||
* | Convert http:// links to https:// where possible | Jack Lloyd | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -13/+13 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Add Cilk/OpenMP support | Jack Lloyd | 2016-11-26 | 1 | -2/+2 |
| | |||||
* | Move ISA optimized versions under the main algo dir | Jack Lloyd | 2016-11-03 | 2 | -0/+650 |
Previously it made sense for them to be in distinct dirs because they were standalone. However with #580 that is no longer the case, so move them to subdirs. Configure knows that anything underneath a directory has a dependency on the parent dir, so update info.txt files accordingly to remove explicit dependencies where set. |