Imporive support for Map alignment and alignment retrieval

See merge request oss/rotgen!15
This commit is contained in:
Joel Falcou 2025-08-15 18:00:43 +02:00
parent 73cf7c832b
commit 84626f6896
12 changed files with 1345 additions and 48 deletions

View file

@ -13,7 +13,7 @@
namespace rotgen
{
template<typename Ref, int Options = ColMajor, typename Stride = rotgen::stride>
template<typename Ref, int Options = Unaligned, typename Stride = rotgen::stride>
class map : public find_map<Ref>
{
public: