Greetings!

Raymond Toy <toy.raym...@gmail.com> writes:

> I think ia32 and x86_64 are the same.  You may need to detect whether you're 
> using x87 instructions or sse2 instructions.  Or you can do what cmucl
> does which is clear the bits from both control words. And even if your are 
> compiling for sse, there's no guarantee that some library routine
> somewhere isn't using x87 internally.
>  

What is the canonical way to detect if the sse instructions are
supported on the running cpu?  Or does one not bother these days?

Take care,
-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to