[llvm-commits] [test-suite] r160413 - in /test-suite/trunk/SingleSource/Benchmarks/Misc: matmul_f64_4x4.c matmul_f64_4x4.reference_output

Andrew Trick atrick at apple.com
Wed Jul 18 13:12:45 PDT 2012


On Jul 17, 2012, at 5:23 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> +/* Allow mul4 to be inlined into wrap_mul4. This actually enables further
> + * optimizations. */
> +__attribute__((__noinline__))
> +void wrap_mul4(double *Out, const double A[4][4], const double B[4][4])
> +{
> +  mul4(Out, A, B);
> +}

This is not obvious to me. Can you explain?

-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120718/729f982e/attachment.html>


More information about the llvm-commits mailing list