Hi every body

In julia, all the integer value are Int64 as default. But it is not 
convenient when calling C/Fortran which the defualt int is Int32.

I tried use --int-literals=32 to launch julia. But this option only make 
the literal integer value as int32. And even most intrinsic functions do 
not support Int32, reshape for example.

Is it possible make julia support Int32 as default int type??


Quain

Reply via email to