Skip to content

Release 1.29 - June 6th, 2019 - EASTL Integration | Micro-profiler improvements | Neon intrinsic Support

Compare
Choose a tag to compare
@JenkinsConffx JenkinsConffx released this 11 Jun 05:12
· 216 commits to master since this release
80d9ab0
  • We replaced for all platforms TinySTL with EASTL for support of additional data structures and functionality. This was a major change and we still expect a few bugs to appear.
  • ARM based platforms (iOS/Android) can pick a new NEON intrinsics code path in our math library
  • Microprofiler
    • Multithreaded GPU Profiling is now supported
    • Microprofiler is now enabled on all the Unit-tests and togglable using UI checkbox.
    • Added new common interface, IProfiler.h
  • Issue fixed:
    • #105 - 04_ExecuteIndirect crash on macOS