libmir / mir-glas

[Experimental] LLVM-accelerated Generic Linear Algebra Subprograms
Other
103 stars 10 forks source link

Fix two typing mistakes in glas.internal #28

Closed e-y-e closed 6 years ago

e-y-e commented 6 years ago

In glas.internal.l1 the imaginary variant of glas**Iscal was missing the 'I', creating a conflict with the real version during compilation. I also noticed that the realType template had a small error. This PR fixes these two errors.

9il commented 6 years ago

Thanx