Skip to content
  • Jaap Aarts's avatar
    Add a generation system that generates es specific code. · 7e2e3864
    Jaap Aarts authored
     - Added a LICENSE file
     - Added a code generater to generate ES and bit size
    	specific code.
    The speedup of the generated code really depends. For some operations
    its a lot faster. For sqrt it may seem slower, but this is because
    allignment specific things that impact the tight loop. The non-generated
    code just happens to be more lucky then the generated code. This should
    not affect real world performance as allignment is impacted by a lot of
    variables
    7e2e3864
This project is licensed under the MIT License. Learn more