• How to display program flow in DDT
    I managed to add a breakpoint and the program breaks at that point ( it happens to be the start of a C++ function) . But I would like to understand what led the program to call that function. DDT is a...
  • How to display program flow in DDT
    I managed to add a breakpoint and the program breaks at that point ( it happens to be the start of a C++ function) . But I would like to understand what led the program to call that function. DDT is a...
  • Where can I find documentation about Arm Fortran Compiler?
    I need more detail about Arm Fortran Compiler. Where can I find information about compatibility with the Fortran 77, 90, 95, 2003 and 2008 language standards, and information about the language features...
  • Where can I find documentation about Arm Fortran Compiler?
    I need more detail about Arm Fortran Compiler. Where can I find information about compatibility with the Fortran 77, 90, 95, 2003 and 2008 language standards, and information about the language features...
  • auto-vectorization of sin() function for fortran
    I tried to use armclang to auto-vectorize sin(). But it doesn't work. Any suggestions? Regards, subroutine sum(myarr1,myarr2,ub) real, pointer :: myarr1(:) integer :: ub !dir$ ivdep do i=1,ub myarr1...