<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git/src/match_four.c, branch v1.1.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.6</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=v1.1.6'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2013-07-31T00:05:49+00:00</updated>
<entry>
<title>Fix compiler warning - implicit declaration of function 'abs'</title>
<updated>2013-07-31T00:05:49+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2013-07-24T03:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=1ddaf0af41098d0a01eac162c6fe4d38f2fbbbad'/>
<id>urn:sha1:1ddaf0af41098d0a01eac162c6fe4d38f2fbbbad</id>
<content type='text'>
match_four.c:80:4: warning: implicit declaration of function 'abs'
[-Wimplicit-function-declaration]
    *dist++ = abs(q-&gt;x - p-&gt;x) + abs(q-&gt;y - p-&gt;y);

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>Add and test a simple kernel matcher</title>
<updated>2010-11-07T17:04:46+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-11-07T17:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=67fdae132708889ed89e302bd63a5cb91b2c75a7'/>
<id>urn:sha1:67fdae132708889ed89e302bd63a5cb91b2c75a7</id>
<content type='text'>
This matcher is for up to four fingers, and has these properties:

* Approximately 1.4 times faster at 4 fingers
* Approximately 4.0 times faster at 2 fingers
* Roughly 100 lines of code

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
