blob: fa14990441186aa23c16467fc12c0ad12915973a (
plain) (
blame)
1
2
3
4
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline void libskrift_add_transformation(double m[restrict 6], const double tm[restrict 6]);
|