Commit Graph

9 Commits

Author SHA1 Message Date
Ken 3f33f8a6e5
Intel fixes (#608)
* ycbcr: intel assembly fixes for old gcc-as in Tiger

minor changes in assembly that are friendly to the
older gcc-as in Tiger

* libvpx/moz.build: only use force_cpusubtype_all on PPC

this flag is not accepted by the intel assembler

* libvpx: compiler/assembler fixes for intel

use clang-3.4 as the primary compiler
use yasm for the assembly

* nss: use clang-3.4 as compiler on Intel

nss contains assembly that the old gas assembler can't manage
using clang-3.4 is the easiest fix for this, as it is
already needed elsewhere for libvpx

* Intel mozconfig: update

we need to force the old gas assembler to be used
for the majority of the build as the newer clang
one will fail

* client.mk: use original which

MacPorts has a newer version of the which command
that is supposed to be more like current 'which' versions,
but there is an error in it at present and the construct
used in TFF doesn't work correctly.

Until this is fixed, use the original /usr/bin/which (and that
one can in fact be used forever, of course).
2020-06-11 15:31:09 -07:00
Cameron Kaiser 812d03b96a #512: M1480092 M1466577 2018-08-19 14:43:38 -07:00
Cameron Kaiser 00288c27a1 #478: M1443865 (for our Intel friends if they ever get it working) 2018-03-07 17:25:56 -08:00
Cameron Kaiser fd45dec140 #478: M1434580 M1261175 M1426087 M1426988 2018-02-18 22:48:35 -08:00
Cameron Kaiser 515d20df86 #324: vp8 intrinsics for future expansion 2017-11-30 22:05:32 -08:00
Cameron Kaiser fe74dde015 #324: start additional vp8 VMX conversion to intrinsics 2017-11-22 19:17:34 -08:00
Cameron Kaiser 7bfd387acb #324: complete intra predictors for h/v/dc/128 2017-11-22 17:27:20 -08:00
Cameron Kaiser 10268aa6da #324: start work on intra frame prediction 2017-11-03 20:34:22 -07:00
Cameron Kaiser c9b2922b70 hello FPR 2017-04-19 00:56:45 -07:00