/* $NetBSD: bf_enc.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */ /* $FreeBSD$ */ /* * Written by Jason R. Thorpe and Thor Lancelot Simon * . Public domain. */ /* * XXX Should use CPP symbols defined as a result of * XXX `cc -mcpu=pentiumpro'. */ #if defined(I486_CPU) || defined(I586_CPU) #include "bf_enc_586.S" #else #include "bf_enc_686.S" #endif