This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementation in NEON of non uniform address jumps

Parents
  • Note: This was originally posted on 11th July 2012 at http://forums.arm.com

    [color=#222222][size=2]
    Would writing the program in[/size][/color] intrinsics[color=#222222][size=2] rather than [/size][/color]asm[color=#222222][size=2] be better(at least allow the whole program to work) ?
    [/size][/color]
    [color=#222222][size=2]
    [/size][/color]
    [color=#222222][size=2]Using assembler is fine - but use a whole file of assembler and put it through "as" rather than trying to use the inline assembler through "gcc". The full blown assembler seems rather less fragile in my experience.[/size][/color]
    [color=#222222][size=2]
    [/size][/color]
    [color=#222222][size=2]I don't really use the intrinsics, so no strong opinion there![/size][/color]
Reply
  • Note: This was originally posted on 11th July 2012 at http://forums.arm.com

    [color=#222222][size=2]
    Would writing the program in[/size][/color] intrinsics[color=#222222][size=2] rather than [/size][/color]asm[color=#222222][size=2] be better(at least allow the whole program to work) ?
    [/size][/color]
    [color=#222222][size=2]
    [/size][/color]
    [color=#222222][size=2]Using assembler is fine - but use a whole file of assembler and put it through "as" rather than trying to use the inline assembler through "gcc". The full blown assembler seems rather less fragile in my experience.[/size][/color]
    [color=#222222][size=2]
    [/size][/color]
    [color=#222222][size=2]I don't really use the intrinsics, so no strong opinion there![/size][/color]
Children
No data