Commit graph

5 commits

Author SHA1 Message Date
Vitor Fernandes
ba95c0fced
Overall codebase refactor 2020-07-07 15:13:45 +01:00
60d069924d Renaming methods
To ease the naming we put the sse methods the same as the sse instructions it uses.
2018-12-02 10:40:04 +00:00
618e5efcfa Refactoring code
* Cleanup in main.cpp
* Refactor in bmath.h
* Refactor in avx2.hpp avx2.cpp
* Added types.hpp to abstract architecture datatypes
* Refactored utils.hpp
* Refactored sse.cpp
* Added some utility methods for integer, long packed values
* Convert print into a generic method with use of templates
2018-12-02 10:09:37 +00:00
2ae4f28e7d Added assembly sse instruction for long and int adding 2018-12-01 23:21:40 +00:00
2db72850bc Added sse files to implement sse assembly instructions in inline code 2018-12-01 22:56:44 +00:00