Menu

Problems with SSE2 support

2009-03-10
2013-05-30
  • George Harpur

    George Harpur - 2009-03-10

    I'm trying to compile Revision 7124 on Ubuntu (Hardy, 32-bit i386), but get problems with the recently added SSE2 support.  The following message occurs multiple times in the build:

    ERROR: Don't know how to make  RavlI386SSE.def

    No sign of that .def file in SVN.  Not added perhaps, or am I missing something?  I've tried to disable SSE2 support by commenting out

    RESOURCES += USE_SSE2

    from config.local.linux, but it doesn't seem to help.  Can anyone help?

     
    • Charles Galambos

      Its generated from the directory: Ravl/Core/I386SSE

      You can try commenting out the line:

      REQUIRES= USE_SSE2

      in that directory.

      Let me know if that helps.

       
      • George Harpur

        George Harpur - 2009-03-10

        Yes, that gets rid of the error.  Thanks for the quick response!

         

Log in to post a comment.