My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Roadmap  
Roadmap.
Featured
Updated Jul 29, 2010 by kobalicek.petr

Planned features for AsmJit-1.0 and higher. Extending architectures and adding virtual instruction-set support is planned in the future.

Compiler

  • [x] High-level interface to call function.
  • [x] High-level interface to function return value.
  • [ ] High-level interface to FPU registers and intrinsics.
  • [x] Register allocator method (preserved first, preserved last).

Optimizations

  • [ ] Instruction reordering.

Architectures

  • [ ] Virtual instrucion set.
  • [ ] ARM code-generation.
Comment by arturo...@gmail.com, Jan 28, 2011

Any thoughts on adding support for AVX, the vector extensions in the newly released Sandy Bridge Intel processor? It doubles the vector width to 256 bits from SSE 128-bit... this means 4 double precision floating point values in a register (or 8 single precision).


Sign in to add a comment
Powered by Google Project Hosting