copy: remove cached cpu flags
commit16b2f3e377c2b07437ccbd70b4c9d12768ae27cc
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 11 Feb 2018 13:42:38 +0000 (11 15:42 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 11 Feb 2018 15:05:31 +0000 (11 17:05 +0200)
tree88b9d80b7fa237c1f6ac20753bceaa636c4d8270
parent1b760f188173b3b6be95b95a3c8896d4c95ef2db
copy: remove cached cpu flags

This causes a lot of extra ifdef'ery and parameters passing.
Calling vlc_CPU() is cheap anyway; it just returns a constant.
(Also nowadays at least SSE2 is enabled by default.)
modules/video_chroma/copy.c