Advertisement
Guest User

Untitled

a guest
May 29th, 2014
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. CC intel_tex_image.lo
  2. CC intel_tex_subimage.lo
  3. intel_tex_subimage.c:205:7: error: use of unknown builtin '__builtin_ia32_loadups'
  4. [-Wimplicit-function-declaration]
  5. rgba8_copy_16(d+ 0, s+ 0);
  6. ^
  7. intel_tex_subimage.c:182:14: note: expanded from macro 'rgba8_copy_16'
  8. (v16) __builtin_ia32_loadups((float*)(src)), \
  9. ^
  10. intel_tex_subimage.c:205:7: error: invalid conversion between vector type 'v16' and integer type
  11. 'int' of different size
  12. rgba8_copy_16(d+ 0, s+ 0);
  13. ^~~~~~~~~~~~~~~~~~~~~~~~~
  14. intel_tex_subimage.c:182:8: note: expanded from macro 'rgba8_copy_16'
  15. (v16) __builtin_ia32_loadups((float*)(src)), \
  16. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. intel_tex_subimage.c:211:7: error: invalid conversion between vector type 'v16' and integer type
  18. 'int' of different size
  19. rgba8_copy_16(d+ 0, s+ 0);
  20. ^~~~~~~~~~~~~~~~~~~~~~~~~
  21. intel_tex_subimage.c:182:8: note: expanded from macro 'rgba8_copy_16'
  22. (v16) __builtin_ia32_loadups((float*)(src)), \
  23. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. intel_tex_subimage.c:212:7: error: invalid conversion between vector type 'v16' and integer type
  25. 'int' of different size
  26. rgba8_copy_16(d+16, s+16);
  27. ^~~~~~~~~~~~~~~~~~~~~~~~~
  28. intel_tex_subimage.c:182:8: note: expanded from macro 'rgba8_copy_16'
  29. (v16) __builtin_ia32_loadups((float*)(src)), \
  30. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. intel_tex_subimage.c:213:7: error: invalid conversion between vector type 'v16' and integer type
  32. 'int' of different size
  33. rgba8_copy_16(d+32, s+32);
  34. ^~~~~~~~~~~~~~~~~~~~~~~~~
  35. intel_tex_subimage.c:182:8: note: expanded from macro 'rgba8_copy_16'
  36. (v16) __builtin_ia32_loadups((float*)(src)), \
  37. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38. intel_tex_subimage.c:214:7: error: invalid conversion between vector type 'v16' and integer type
  39. 'int' of different size
  40. rgba8_copy_16(d+48, s+48);
  41. ^~~~~~~~~~~~~~~~~~~~~~~~~
  42. intel_tex_subimage.c:182:8: note: expanded from macro 'rgba8_copy_16'
  43. (v16) __builtin_ia32_loadups((float*)(src)), \
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. intel_tex_subimage.c:349:8: warning: unknown attribute 'flatten' ignored [-Wattributes]
  46. static FLATTEN void
  47. ^
  48. intel_tex_subimage.c:335:32: note: expanded from macro 'FLATTEN'
  49. #define FLATTEN __attribute__((flatten))
  50. ^
  51. intel_tex_subimage.c:385:8: warning: unknown attribute 'flatten' ignored [-Wattributes]
  52. static FLATTEN void
  53. ^
  54. intel_tex_subimage.c:335:32: note: expanded from macro 'FLATTEN'
  55. #define FLATTEN __attribute__((flatten))
  56. ^
  57. 2 warnings and 6 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement