Menu

#1002 ciamax_abs2_x1.c needs to include altivec.h

open-accepted
None
5
2015-08-06
2015-08-06
No

A git checkout from today has build issues on POWER8:

ATL_ciamax_xp1yp0aXbX.c: In function ‘ATL_amax_av’:
ATL_ciamax_xp1yp0aXbX.c:39:12: warning: implicit declaration of function ‘vec_ldl’ [-Wimplicit-function-declaration]
v0 = vec_ldl(0, X);

Including altivec.h fixes it.

Discussion

  • R. Clint Whaley

    R. Clint Whaley - 2015-08-06

    I believe it should be fixed now. Let me know if not (I will test power8 before next stable release, but not working there now).

     
  • R. Clint Whaley

    R. Clint Whaley - 2015-08-06
    • status: open --> open-accepted
    • assigned_to: R. Clint Whaley
     
  • Anton Blanchard

    Anton Blanchard - 2015-08-06

    Thanks, fix looks good.

     

Log in to post a comment.