Code Monkey home page Code Monkey logo

Comments (3)

BrianGladman avatar BrianGladman commented on July 18, 2024

The VIA ACE code hasn't changed for many years now and I no longer have the kit that is necessary to test any changes that I might make in this. I am hence reluctant to make changes unless someone with VIA ACE kit is willing to test any changes that are made. I would expect that removing the volatile keyword would be all that is needed. If you are not using VIA ACE and simply want to remove the warnings, you can turn VIA ACE support off in aesopt.h.

from aes.

Coeur avatar Coeur commented on July 18, 2024

On, nice suggestion! So I just need to change:

#if 1 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT )
#  define USE_VIA_ACE_IF_PRESENT
#endif

to:

#if 0 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT )
#  define USE_VIA_ACE_IF_PRESENT
#endif

It does solve my warning issue, but can't be done as a build setting (i.e. I have to edit the file).

from aes.

BrianGladman avatar BrianGladman commented on July 18, 2024

The aesopt.h file (up to line 443) is intended to be edited by the user. As you can see if you look through it, this file contains a large number of user defined options that have to be set in order to obtain the optimum performance from the code.

from aes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.