]> granicus.if.org Git - libjpeg-turbo/commit
Reorg AltiVec detection code
authorDRC <information@libjpeg-turbo.org>
Mon, 5 Dec 2016 18:39:49 +0000 (12:39 -0600)
committerDRC <information@virtualgl.org>
Mon, 5 Dec 2016 19:14:19 +0000 (13:14 -0600)
commit786b649331f06687f70ae290227a84663f2a2ca6
treed177762cb6f8b4cfbae62a8886ddf47a745b5571
parentf4ba09b33adf05f8385e67946c98dc0a3f78ce3d
Reorg AltiVec detection code

+ advertise that full AltiVec SIMD acceleration is now available on
OpenBSD.

The relevant compilers probably all support C99 or GNU's variation of
C90 that allows variables to be declared anywhere, but our policy is to
conform to the C90 standard, if for no other reason than that it
improves code readability.
ChangeLog.md
simd/jsimd_powerpc.c