On 01/09/2013 07:40 PM, Vincent Danjean wrote: > Is it normal that nothing (no programs nor libraries) currently use > libpoclu? Its symbols are not seen in any other objects. > In this case, it is useful to package it?
Some of the pocl tests use it for byte swapping the data to/from the device(s). It has to be done when the host and device endianness does not match. In fact, those swapping functions should be used by any truly portable OpenCL program, AFAIU. It should actually be a separate package but it is overkill at its current simple state. No need to package it with pocl if it causes headaches. -- --Pekka ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
