Matthias Kretz

Results 86 comments of Matthias Kretz

Please ignore everything called (and below) "attic". This is code from the Vc 1.3 branch that I kept around for easier reuse in the 2.0 development. The "install" folder you're...

There's an implementation in Vc 1.3.3, but none for master. Gather & scatter is one of the obvious next papers to the C++ committee and thus for implementation in master.

Compiler Explorer has a limit of 1MB for the externally included code. If I bundle it all together it's too big. :-( (And I already removed all comments and whitespace...)...

Ah yes, I vaguely remember hoping this wouldn't bother anyone. ;-) It's an unfortunate situation where this one member function pulls in a rather large dependency and thus compile time...

Seems like this is not a trivial change. The `[[gnu::always_inline]]` (and similar) attribute needs to go after the function name whereas `**attribute**((**always_inline**)) goes before the return type.

~~Table 18-1 in http://infocenter.arm.com/help/topic/com.arm.doc.dui0472m/chr1359125039392.html lists the supported types.~~ In principle, those types imply two Abi types: `neon64` and `neon128`. The latter should probably be an alias for `neon` (or the...

Thanks. The Abi comment is still valid though.

I agree that the link should appear in the README to show on the frontpage here on github. I'm not sure I want to go through the hassle of pushing...

Still somewhat undecided. Since there's a link in the wiki already. Maybe I should just link to the wiki page from the README. I'll play with it a bit and...

Vc 1.4 doesn't have 8-bit integer support and I don't have the capacity to finalize the work that already went into it. The master branch has support for all arithmetic...