Remove altivec specific memory clearing
commit553648db4f4aafb417d62077fe9186d077185669
authormalc <moosotc@gmail.com>
Sun, 20 May 2018 17:50:43 +0000 (20 20:50 +0300)
committermalc <moosotc@gmail.com>
Sun, 20 May 2018 17:51:08 +0000 (20 20:51 +0300)
treefd1f60a246db358ab995c9dd39222f2964366c01
parenta68aa7b0b6972cd5df5c53a5d03a0f3b3fc5ee2a
Remove altivec specific memory clearing

I've no idea how common powerpcs with 32byte cache lines are nowadays
(All powerpc's i've ever had access to had 32 byte wide cache lines
for 32bit and 128 for 64. Given that 32bit PPCs are, for all intents
and purposes, dead and the fact that altivec optimized memclear code
will fall back to regular clearing on non 32 byte cache-lined
machines, the code serves no useful purpose, so - remove it.
link.c