On Apr 17, 3:05 am, Dan Shumow <[email protected]> wrote:
> I was just playing around and I was curious if it is possible to turn
> off including assembly optimizations with a pound define.  I see the
> NO_ASM flag, but that appears to only work when __GNUC__ is defined.
>
> If I undef all of the HAVE_HOST_CPU_FAMILY_* macros, will it default
> to using the C implementations?
> eneric
> I poked around the code a little bit but I wasn't able to ascertain if
> this was sufficient.

The Visual Studio build options are

32-bit:  generic (no assembler), pentium 0, pentium 3, pentium 4
64-bit:  generic (no assembler), AMD64 (K8), Intel Core2

for both static and dynamic libraries

     Brian Gladman

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to