Skip to content
  • Andrew Tridgell's avatar
    Math: moved matrix multiple operations to .cpp file · fb9790e1
    Andrew Tridgell authored
    this means we only link this in once, rather than for every use of
    matrix multiply, which saves us some flash space
    
    We need to be careful not to put large pieces of code in template
    headers, as if the operation is used a lot, it costs us a lot of code
    space
    fb9790e1
Loading