ARM support
only 3 fails on the ARM64
y
We have a version of the ARM64 code gen that meets the majority of tests, well over 80%
viper now compiles correctly using 32 bit c codegen
fix up the vp system so it works on linux. still lots needed to bring it up to date
This version of the arm code generator generates code that assemples and links but dies with a bus error as soon as
Some changes to how user defined ops are handled, plus update of pmats to support pow operator
Add the vertical rotate operator
fixed some mistakes in the manual
Add explanation of the index function to manual
Add the index function to the standard library
Describe the pref, suff and rot operators in the manual
First step to adding more apl operations
Home
x86-64-v4 version
Home
x86_64v4 now works
should have first working avx512 codegeneration now, not yet tested on machine with avx512
First stage of converting the XeonPHi code generator into an x8664v4 one
the armcg now generates syntactically correct assembler for system.pas
First version of arm 32 which generates assembler on an intel machine, not yet tested on arm
allow void as a format and allow :=(a,b) as a way of generating Assign(a,b)
Fix bug in 64 bit integer max and 64 bit linking for AVX64 code
Adjust to rather smaller array run many times