Menu

Issues GNU compile for Android

ZSO
2017-04-05
2017-04-05
  • Yermalayeu Ihar

    Yermalayeu Ihar - 2017-04-06

    Thank you for bug report.

    I have added a Visual Studio solution for Android.
    It is placed in prj/vs2017a.

     
    • ZSO

      ZSO - 2017-04-07

      Thank you Ihar!
      The projects compile now without errors in VS2017 but strangely there are still many errors showing up when opening some of the files in the editor as e.g. SimdConst.h (many of the errors I have mentioned above). Do you have any idea why this is happening and if this will influece the working of the software?
      Best regards, Zoltan

       
      • Yermalayeu Ihar

        Yermalayeu Ihar - 2017-04-07

        I think it happens because Visual Studio and GCC(Clang) have different internal representation of SIMD vectors. In my project I use special macros for initialization of global constant vectors which use internal vector representation and don't use SIMD instructions. I do this because global constant vectors are initilaized before checking of supporting SIMD by CPU.

        When you use Visual Studio to create Android application you use Visual Studio editor and Clang(GCC) compiler. And the last one defines platform specific macros which incorrect processed by Visual Studio editor.

         

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.