In article <[email protected]>
Warner Losh <[email protected]> writes:

> Author: imp
> Date: Thu Jan  8 00:39:40 2015
> New Revision: 276801
> URL: https://svnweb.freebsd.org/changeset/base/276801
> 
> Log:
>   Don't call the SSE routines when they aren't enabled (or even compiled
>   into the kernel).
> 
> +#if !defined(CPU_DISABLE_SSE) && defined(I686_CPU)
> +#define CPU_ENABLE_SSE
> +#endif

% grep CPU_DISABLE_SSE options.*
options.i386:CPU_DISABLE_SSE                    opt_cpu.h
options.pc98:CPU_DISABLE_SSE                    opt_cpu.h

So including opt_cpu.h is required.

---
TAKAHASHI Yoshihiro <[email protected]>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to