malte-v

Results 56 comments of malte-v

FYI, vector arithmetic and conversions are now working fine. I was able to reuse all the codegen logic from the scalar operations. However, boolean vectors don't work at all, every...

I'm not sure how the `ElementType::Vector(N)` architecture would work with generic types using `Vector`. For example: ```cr class Matrix(T, N, M) # T = element type; N = no. of...

@asterite I don't think having 12 different matrix classes makes sense because no one would ever AND two matrices or use some other int-specific operation. Using macro loops here will...

First of all, thank you for your help. However, if I run `node cli.js C:\Users\malte\Desktop\HGTFiles 47 12 48 13 WGS84` it says ``` # Projection: undefined # Bounds: [[12.000000000000002,47],[13,48.00000000000001]] #...

I have a similar issue with my M2 MBA running the latest release, although the laptop only gets hot when under load (not sure if this is also the case...