]> granicus.if.org Git - graphviz/commit
Assume default memchr and memcpy are fast enough
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 9 Jan 2017 12:11:52 +0000 (13:11 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 17 Jan 2017 18:14:56 +0000 (19:14 +0100)
commit56f4184622ebb39e21fe704cef486d64ea242fa0
treebbf2730e19b3feeea74448b5562382a0d8095f1d
parent9320297db5d7cc6b6a21d9398ded931656cd603d
Assume default memchr and memcpy are fast enough

`features/sfio` contains some test that check if the default memchr and
memcpy are "fast enough". These days we can safely assume that this is the
case, also because this define is always enabled when running the tests.
lib/sfio/features/sfio
lib/sfio/sfgetr.c
lib/sfio/sfputr.c