CVSROOT: /cvs Module name: src Changes by: matth...@cvs.openbsd.org 2021/06/14 00:10:44
Modified files: sys/arch/macppc/macppc: cpu.c Log message: reset ppc_altivec if 'option ALTIVEC' is not present. This makes sysctl machdep.altivec return 0 in this case, allowing applications to select the non-altivec code path. Issue with pixman reported by cwen@ ok jca@ gkoehler@ deraadt@